diff --git a/config/lint/clang-format b/config/lint/clang-format index 3bc639e..4ce541e 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -5,7 +5,7 @@ # ───────────────────────────────────────────────────────────────────── BasedOnStyle: LLVM AccessModifierOffset: -2 -AlignAfterOpenBracket: Align +AlignAfterOpenBracket: BlockIndent AlignArrayOfStructures: Left AlignConsecutiveAssignments: Enabled: false