diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-01 10:16:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:34:00 +0200 |
| commit | 41147e3e361ee2d3b0109b5ab618354e96aa2ba5 (patch) | |
| tree | bd94966403d3a2d4fbcfd8d221da2add78d27374 /.clang-format | |
| parent | f325deb023e4e2fb9197004be1b3da738680429c (diff) | |
.clang-format: remove duplicate attribute
New versions of clang-format start complaining about the dup attribute.
Remove it.
Diffstat (limited to '.clang-format')
| -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 |
