From 41147e3e361ee2d3b0109b5ab618354e96aa2ba5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 1 Apr 2023 10:16:37 +0200 Subject: .clang-format: remove duplicate attribute New versions of clang-format start complaining about the dup attribute. Remove it. --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.clang-format') 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 -- cgit mrf-deployment