Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
66e3688b
Commit
66e3688b
authored
6 years ago
by
Alexey Utkin
Browse files
Options
Download
Email Patches
Plain Diff
CPP-4809 Support clang-format as alternative formatter
parent
74fe28a5
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/util/resources/misc/registry.properties
+2
-0
platform/util/resources/misc/registry.properties
with
2 additions
and
0 deletions
+2
-0
platform/util/resources/misc/registry.properties
+
2
-
0
View file @
66e3688b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help