diff --git a/.clang-format b/.clang-format index c05cc00..eff0331 100644 --- a/.clang-format +++ b/.clang-format @@ -7,3 +7,6 @@ AllowShortLoopsOnASingleLine: true AlwaysBreakTemplateDeclarations: true BreakConstructorInitializers: BeforeComma AlignConsecutiveMacros: true +AlignConsecutiveAssignments: AcrossEmptyLines +AlignConsecutiveBitFields: AcrossEmptyLines +AlignConsecutiveDeclarations: AcrossEmptyLines