diff --git a/.clang-format b/.clang-format index afa59c0..7dea664 100644 --- a/.clang-format +++ b/.clang-format @@ -2,9 +2,15 @@ Language: Cpp BasedOnStyle: LLVM AccessModifierOffset: -4 +AlignAfterOpenBracket: DontAlign +AllowAllArgumentsOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: false +AllowShortFunctionsOnASingleLine: Empty BreakBeforeBraces: Allman BreakBeforeTernaryOperators: true +BreakInheritanceList: BeforeColon ColumnLimit: 100 +Cpp11BracedListStyle: false EmptyLineBeforeAccessModifier: Never FixNamespaceComments: false IncludeBlocks: Regroup