Skip to content

Commit

Permalink
Mention the editor.defaultFormatter setting (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
HighCommander4 authored Jan 15, 2025
1 parent da913be commit f4f4765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ clangd to format the old line and semantically reindent.
The style used for formatting (and certain other operations) is controlled by the project's
[.clang-format file](https://clang.llvm.org/docs/ClangFormatStyleOptions.html).

Note that if you prefer to use something other than clangd for formatting, you can
choose a different formatter with the `"editor.defaultFormatter"` setting.

### Refactoring

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

0 comments on commit f4f4765

Please sign in to comment.