diff --git a/.clang-format b/.clang-format index b91d0c3b95..2fc45e66ce 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,12 @@ BasedOnStyle: Microsoft -ColumnLimit: 0 +AlignConsecutiveDeclarations: + Enabled: true + AcrossEmptyLines: false + AcrossComments: false + AlignFunctionDeclarations: false +AllowShortLoopsOnASingleLine: true +BreakConstructorInitializers: AfterColon BreakTemplateDeclarations: MultiLine +ColumnLimit: 0 PackConstructorInitializers: Never -BreakConstructorInitializers: AfterColon +PointerAlignment: Left