diff --git a/.clang-format b/.clang-format index a4d02ec4c2..1998cab94d 100644 --- a/.clang-format +++ b/.clang-format @@ -1,10 +1,11 @@ # Generated from CLion C/C++ Code Style settings BasedOnStyle: LLVM AccessModifierOffset: -4 -AlignAfterOpenBracket: Align +AlignAfterOpenBracket: BlockIndent AlignConsecutiveAssignments: None AlignOperands: DontAlign -AllowAllParametersOfDeclarationOnNextLine: true +AllowAllArgumentsOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: None @@ -14,6 +15,7 @@ AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false +BinPackParameters: false BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: false