Skip to content

Commit

Permalink
Disable the InsertBraces option for now
Browse files Browse the repository at this point in the history
This only appears in recent versions of clang-format, and the version
available in Github Actions is too old.
  • Loading branch information
fragglet committed Dec 11, 2024
1 parent 1975053 commit c043c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
InsertBraces: true
# InsertBraces: true
SpaceAfterCStyleCast: true
BinPackParameters: true
BreakArrays: false
Expand Down

0 comments on commit c043c87

Please sign in to comment.