diff options
| -rw-r--r-- | .clang-format | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 15c07f7b4..48dba297b 100644 --- a/.clang-format +++ b/.clang-format @@ -5,11 +5,10 @@ BreakBeforeBraces: Linux IndentCaseLabels: false DerivePointerAlignment: false PointerAlignment: Left -AlignTrailingComments: true +AlignTrailingComments: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false ColumnLimit: 0 -AlignTrailingComments: false |
