We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3e9e0 commit cc29d1eCopy full SHA for cc29d1e
src/.clang-format
@@ -1,9 +1,10 @@
1
Language: Cpp
2
AccessModifierOffset: -4
3
-AlignAfterOpenBracket: false
+AlignAfterOpenBracket: true
4
AlignEscapedNewlinesLeft: true
5
AlignTrailingComments: true
6
-AllowAllParametersOfDeclarationOnNextLine: false
+AllowAllArgumentsOnNextLine : true
7
+AllowAllParametersOfDeclarationOnNextLine: true
8
AllowShortBlocksOnASingleLine: false
9
AllowShortCaseLabelsOnASingleLine: true
10
AllowShortFunctionsOnASingleLine: All
0 commit comments