We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4466b71 commit f714356Copy full SHA for f714356
.clang-format
@@ -3,7 +3,9 @@
3
BasedOnStyle: Google
4
AlwaysBreakAfterReturnType: All
5
AllowShortIfStatementsOnASingleLine: false
6
-AlignAfterOpenBracket: Align
+AlignAfterOpenBracket: AlwaysBreak
7
+BinPackArguments: false
8
+BinPackParameters: false
9
BreakBeforeBraces: Attach
10
ColumnLimit: 88
11
DerivePointerAlignment: false
0 commit comments