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 3f9395b commit 0a272e0Copy full SHA for 0a272e0
src/services/formatting/README.md
@@ -1,7 +1,7 @@
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
4
-all user settings like tab size, newline character, etc. The sourcefile is self explanatory.
+all user settings like tab size, newline character, etc.
5
6
The end result of formatting is represented by TextChange objects which hold the new string content, and
7
the text to replace it with.
0 commit comments