Merge pull request #415 from flouthoc/fix-clang-errors

.clang-format: remove duplicated mapping key which breaks newer `clang` formatters.
This commit is contained in:
Giuseppe Scrivano 2024-02-21 09:35:54 +01:00 committed by GitHub
commit a01f52fc6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,12 +23,6 @@ AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: MultiLine
BinPackArguments: true
BinPackParameters: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
BreakBeforeBraces: Allman
BraceWrapping:
AfterCaseLabel: true
AfterClass: true