Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KDevelop
KDevelop
Commits
f62fa3f6
Commit
f62fa3f6
authored
Jul 14, 2022
by
Igor Kushnir
Committed by
Milian Wolff
Jul 15, 2022
Browse files
.clang-format: don't sort includes (temporarily)
See
e8987f58
for the explanation.
parent
835ebace
Changes
1
Hide whitespace changes
Inline
Side-by-side
.clang-format
View file @
f62fa3f6
...
...
@@ -30,7 +30,8 @@ TabWidth: 4
ColumnLimit: 120
# sort includes inside line separated groups
SortIncludes: true
#TODO: set back to true just before reformatting all KDevelop sources.
SortIncludes: false
# break before braces on function, namespace and class definitions.
#KDevelop overrides BreakBeforeBraces: Linux
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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