Skip to content

Commit 923963e

Browse files
committed
Sync .clang-format file with main ROOT repo
1 parent 4a35dac commit 923963e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-format

Lines changed: 2 additions & 1 deletion
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
@@ -78,7 +79,7 @@ SpacesInContainerLiterals: true
7879
SpacesInCStyleCastParentheses: false
7980
SpacesInParentheses: false
8081
SpacesInSquareBrackets: false
81-
Standard: c++11
82+
Standard: c++17
8283
TabWidth: 3
8384
UseTab: Never
8485

0 commit comments

Comments
 (0)