diff --git a/.clang-format b/.clang-format index e274ab3..485d77f 100644 --- a/.clang-format +++ b/.clang-format @@ -2,6 +2,7 @@ AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveDeclarations: true AlignConsecutiveMacros: true AllowAllParametersOfDeclarationOnNextLine: false +AllowShortEnumsOnASingleLine: false BinPackArguments: false BinPackParameters: false ContinuationIndentWidth: 4