From 726213378260fc10fcde14cf168ddd7c852c704b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 20 Apr 2023 10:38:56 +0200 Subject: [PATCH] Fix clang format for braced list --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 396e596..4f4fa98 100644 --- a/.clang-format +++ b/.clang-format @@ -21,6 +21,7 @@ BraceWrapping: BeforeElse: false ColumnLimit: 0 ContinuationIndentWidth: 16 +Cpp11BracedListStyle: false IncludeBlocks: Preserve IndentCaseLabels: true IndentWidth: 8