Skip to content

Commit be3fae6

Browse files
committed
patched clang format
1 parent dd731b6 commit be3fae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.clang-format

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ AlignConsecutiveBitFields: None
1010
AlignConsecutiveDeclarations: None
1111
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
1212
AlignTrailingComments: false
13-
AllowShortBlocksOnASingleLine: Always
14-
AllowShortFunctionsOnASingleLine: Inline
15-
AllowShortIfStatementsOnASingleLine: true
16-
AllowShortLoopsOnASingleLine: true
13+
AllowShortBlocksOnASingleLine: Never
14+
AllowShortFunctionsOnASingleLine: None
15+
AllowShortIfStatementsOnASingleLine: false
16+
AllowShortLoopsOnASingleLine: false
1717
AlwaysBreakTemplateDeclarations: No
1818
BreakBeforeBraces: Custom
1919
BraceWrapping:

0 commit comments

Comments
 (0)