diff --git a/.clang-format b/.clang-format index 2ee0885..d6e086f 100644 --- a/.clang-format +++ b/.clang-format @@ -1,12 +1,11 @@ # https://clang.llvm.org/docs/ClangFormatStyleOptions.html -DisableFormat: true Language: Cpp BasedOnStyle: LLVM AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false -AllowShortFunctionsOnASingleLine: Empty +AllowShortFunctionsOnASingleLine: false BreakBeforeBraces: Allman BreakBeforeTernaryOperators: true BreakInheritanceList: BeforeColon