Fix clang format for braced list

This commit is contained in:
Rodrigo Arias 2023-04-20 10:38:56 +02:00
parent ff340df5b5
commit 7262133782

View File

@ -21,6 +21,7 @@ BraceWrapping:
BeforeElse: false BeforeElse: false
ColumnLimit: 0 ColumnLimit: 0
ContinuationIndentWidth: 16 ContinuationIndentWidth: 16
Cpp11BracedListStyle: false
IncludeBlocks: Preserve IncludeBlocks: Preserve
IndentCaseLabels: true IndentCaseLabels: true
IndentWidth: 8 IndentWidth: 8