Skip to content

Commit

Permalink
Merge pull request #415 from flouthoc/fix-clang-errors
Browse files Browse the repository at this point in the history
.clang-format: remove duplicated mapping key which breaks newer `clang` formatters.
  • Loading branch information
giuseppe authored Feb 21, 2024
2 parents c2dd76c + ebc3b5c commit a01f52f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a01f52f

Please sign in to comment.