Skip to content

Commit

Permalink
💚 Remove .clang-format duplicate entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Jan 3, 2024
1 parent 0d156ac commit 181f0ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
AfterUnion: false
AfterControlStatement: false
AfterClass: false
AfterNamespace: false
AfterStruct: false
AfterUnion: false
BeforeElse: true
BeforeCatch: true
IndentBraces: false
Expand Down

0 comments on commit 181f0ff

Please sign in to comment.