Skip to content

Commit

Permalink
CODE: Fix clang format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gleon99 committed Dec 27, 2020
1 parent 6a85098 commit 4ac4815
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 @@ -27,7 +27,7 @@ BinPackArguments: true
BinPackParameters: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
Expand Down Expand Up @@ -103,7 +103,6 @@ FixNamespaceComments: true
NamespaceIndentation: None
UseTab: Never
ReflowComments: true
SortIncludes: true
IncludeCategories:
- Regex: '^"'
Priority: 1
Expand Down

0 comments on commit 4ac4815

Please sign in to comment.