From 48ba17b823c143a7a572125e2295f10bbadea843 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Wed, 22 Mar 2023 20:07:52 +0100 Subject: [PATCH] amd: remove duplicate from .clang-format Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/.clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/.clang-format b/src/amd/.clang-format index 0e47087..d2a2d0b 100644 --- a/src/amd/.clang-format +++ b/src/amd/.clang-format @@ -17,7 +17,6 @@ BinPackParameters: true BreakBeforeBraces: Custom ColumnLimit: 100 ContinuationIndentWidth: 3 -Cpp11BracedListStyle: false Cpp11BracedListStyle: true ForEachMacros: - LIST_FOR_EACH_ENTRY -- 2.7.4