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
835ebace
Commit
835ebace
authored
Jul 12, 2022
by
Igor Kushnir
Committed by
Milian Wolff
Jul 15, 2022
Browse files
.clang-format: don't move args¶ms to own lines
parent
d5b28964
Changes
1
Hide whitespace changes
Inline
Side-by-side
.clang-format
View file @
835ebace
...
...
@@ -70,10 +70,12 @@ AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakBeforeMultilineStrings: true
# don't move arguments to own lines if they are not all on the same
BinPackArguments: false
#KDevelop overrides BinPackArguments: false
BinPackArguments: true
# don't move parameters to own lines if they are not all on the same
BinPackParameters: false
#KDevelop overrides BinPackParameters: false
BinPackParameters: true
# In case we have an if statement with multiple lines the operator should be at the beginning of the line
# but we do not want to break assignments
...
...
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