diff --git a/.clang-format b/.clang-format index 41e7b1a..5ff1461 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,10 @@ ColumnLimit: 80 # Wrap lines after 80 characters AllowShortLoopsOnASingleLine: true AlwaysBreakTemplateDeclarations: true BreakConstructorInitializers: BeforeComma +AlignConsecutiveDeclarations: + Enabled: true + AcrossEmptyLines: false + AcrossComments: false + AlignCompound: false + AlignFunctionPointers: false + PadOperators: false