diff --git a/config/lint/clang-format b/config/lint/clang-format index b3aad48..3bc639e 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -8,7 +8,7 @@ AccessModifierOffset: -2 AlignAfterOpenBracket: Align AlignArrayOfStructures: Left AlignConsecutiveAssignments: - Enabled: true + Enabled: false AcrossEmptyLines: false AcrossComments: false AlignCompound: false @@ -22,7 +22,7 @@ AlignConsecutiveBitFields: AlignFunctionPointers: false PadOperators: false AlignConsecutiveDeclarations: - Enabled: true + Enabled: false AcrossEmptyLines: false AcrossComments: false AlignCompound: false