diff --git a/.clang-format b/.clang-format index 63d1a4a6fe..714ce0ea4d 100644 --- a/.clang-format +++ b/.clang-format @@ -18,6 +18,7 @@ AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: false +#AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false @@ -30,7 +31,6 @@ BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: true AfterControlStatement: Never - AfterEnum: false AfterFunction: true AfterStruct: false AfterUnion: false