Skip to content

Commit

Permalink
Update .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 28, 2023
1 parent 345a600 commit eb32a69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ AttributeMacros:
- __except
- __assume
BraceWrapping:
AfterCaseLabel: true
AfterCaseLabel: false
AfterClass: true
AfterControlStatement: Always
AfterControlStatement: MultiLine
AfterEnum: true
AfterExternBlock: true
AfterFunction: true
Expand All @@ -55,7 +55,7 @@ BraceWrapping:
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: false
BeforeWhile: true
BeforeWhile: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "include/**"
- "src/**"
- ".clang-format"
workflow_dispatch:

permissions: write-all
Expand Down

0 comments on commit eb32a69

Please sign in to comment.