Commit 66e3688b authored by Alexey Utkin's avatar Alexey Utkin
Browse files

CPP-4809 Support clang-format as alternative formatter

parent 74fe28a5
Branches unavailable Tags unavailable
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -1348,6 +1348,8 @@ clion.enable.objc.settings.description=Enables Objective-C-specific code style,
clion.clang.clangd.navigation=false
clion.clang.clangd.navigation.description=Turn on navigation via clangd
clion.clang.format=false
clion.clang.format.description=Redirect code format actions to `clang-format` where it is possible.
clion.clang.clangd.blacklist=true
clion.clang.clangd.blacklist.description=Don't run clangd on a file for a while if the file has crashed it 2 times
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment