Skip to content

Commit bc6c183

Browse files
committed
Update .clang-format
1 parent 06839ab commit bc6c183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ AlignConsecutiveMacros: true
66
AlignConsecutiveDeclarations: false
77
AlwaysBreakBeforeMultilineStrings: false
88
AllowShortFunctionsOnASingleLine: false
9+
AllowShortLoopsOnASingleLine: false
10+
AllowShortIfStatementsOnASingleLine: false
911
KeepEmptyLinesAtTheStartOfBlocks: true
1012
ConstructorInitializerAllOnOneLineOrOnePerLine: true
1113
IncludeBlocks: Merge

0 commit comments

Comments
 (0)