Skip to content

Commit 02b65bf

Browse files
committed
[skip-ci][clang-format] +AllowShortEnumsOnASingleLine: false
1 parent 8a2ca58 commit 02b65bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ AlignTrailingComments: true
1010
AllowAllParametersOfDeclarationOnNextLine: true
1111
AllowShortBlocksOnASingleLine: Never
1212
AllowShortCaseLabelsOnASingleLine: true
13+
AllowShortEnumsOnASingleLine: false
1314
AllowShortFunctionsOnASingleLine: Inline
1415
AllowShortIfStatementsOnASingleLine: false
1516
AllowShortLoopsOnASingleLine: false

0 commit comments

Comments
 (0)