We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4aad7 commit 3f9395bCopy full SHA for 3f9395b
src/services/formatting/README.md
@@ -1,6 +1,6 @@
1
# How does TypeScript formatting work?
2
3
-To format code you need to have a formatting context and a sourcefile. The formatting context contains
+To format code you need to have a formatting context and a `SourceFile`. The formatting context contains
4
all user settings like tab size, newline character, etc. The sourcefile is self explanatory.
5
6
The end result of formatting is represented by TextChange objects which hold the new string content, and
0 commit comments