diff --git a/.clang-format b/.clang-format index 61b71d7..f67c264 100644 --- a/.clang-format +++ b/.clang-format @@ -7,8 +7,8 @@ Standard: c++20 ColumnLimit: 120 UseCRLF: false -UseTab: AlignWithSpaces -#UseTab: Never +#UseTab: AlignWithSpaces +UseTab: Never TabWidth: 4 IndentWidth: 4 ConstructorInitializerIndentWidth: 4 @@ -28,7 +28,7 @@ AlignConsecutiveDeclarations: None AlignConsecutiveMacros: AcrossEmptyLinesAndComments AlignEscapedNewlines: Left AlignOperands: Align -AlignTrailingComments: true +AlignTrailingComments: false AllowAllArgumentsOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: false