clang-format: remove duplicates from base style

This commit is contained in:
Dirk Olbrich
2023-09-17 13:05:12 +02:00
committed by Thomas Krijnen
parent 63177a7c35
commit d971e0e62e
-2
View File
@@ -4,9 +4,7 @@ ColumnLimit: 0 # we do not enforce column lenght, please format responsibly
IndentWidth: 4
---
Language: Cpp
AllowShortBlocksOnASingleLine: Never
AllowShortEnumsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false