We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da913be commit f4f4765Copy full SHA for f4f4765
README.md
@@ -98,6 +98,9 @@ clangd to format the old line and semantically reindent.
98
The style used for formatting (and certain other operations) is controlled by the project's
99
[.clang-format file](https://clang.llvm.org/docs/ClangFormatStyleOptions.html).
100
101
+Note that if you prefer to use something other than clangd for formatting, you can
102
+choose a different formatter with the `"editor.defaultFormatter"` setting.
103
+
104
### Refactoring
105
106
clangd supports some local refactorings. When you select an expression or
0 commit comments