Module: Mesa Branch: main Commit: 48ba17b823c143a7a572125e2295f10bbadea843 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48ba17b823c143a7a572125e2295f10bbadea843
Author: Georg Lehmann <[email protected]> Date: Wed Mar 22 20:07:52 2023 +0100 amd: remove duplicate from .clang-format Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22077> --- src/amd/.clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/.clang-format b/src/amd/.clang-format index 0e47087ef61..d2a2d0b3c0e 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
