Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4f4765

Browse files
authoredJan 15, 2025··
Mention the editor.defaultFormatter setting (#768)
1 parent da913be commit f4f4765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ clangd to format the old line and semantically reindent.
9898
The style used for formatting (and certain other operations) is controlled by the project's
9999
[.clang-format file](https://clang.llvm.org/docs/ClangFormatStyleOptions.html).
100100

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+
101104
### Refactoring
102105

103106
clangd supports some local refactorings. When you select an expression or

0 commit comments

Comments
 (0)
Please sign in to comment.