Skip to content

Commit

Permalink
clang-format: Put class braces on a new line (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 authored Aug 8, 2024
1 parent 7fd5324 commit 9812a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: Always
AfterEnum: true
AfterExternBlock: true
Expand Down

0 comments on commit 9812a47

Please sign in to comment.