Skip to content

Commit 65fd2d4

Browse files
committed
Clang format
1 parent c88c4f2 commit 65fd2d4

File tree

6 files changed

+1988
-1902
lines changed

6 files changed

+1988
-1902
lines changed

.clang-format

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ BraceWrapping:
3131
AfterExternBlock: false
3232
BeforeCatch: true
3333
BeforeElse: true
34-
BeforeLambdaBody: true
34+
BeforeLambdaBody: true
3535
IndentBraces: false
3636
SplitEmptyFunction: false
3737
SplitEmptyRecord: false
@@ -40,12 +40,13 @@ BraceWrapping:
4040
# Pointer alignment
4141
DerivePointerAlignment: false
4242
PointerAlignment: Left
43+
44+
# Single line config
4345
AllowShortIfStatementsOnASingleLine : true
4446
AllowShortFunctionsOnASingleLine : true
4547
AllowShortLoopsOnASingleLine : false
4648
AllowAllArgumentsOnNextLine : true
4749
AllowAllParametersOfDeclarationOnNextLine : false
48-
AlignTrailingComments : true
4950
BinPackArguments : true
5051
BinPackParameters : false
5152
ConstructorInitializerAllOnOneLineOrOnePerLine : true
@@ -67,4 +68,4 @@ SpacesInCStyleCastParentheses: false
6768
SpacesInContainerLiterals: false
6869
SpacesInConditionalStatement: false
6970
SpacesInParentheses: false
70-
SpacesInSquareBrackets: false
71+
SpacesInSquareBrackets: false

0 commit comments

Comments
 (0)