Skip to content

Commit

Permalink
update clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gezp committed Feb 28, 2024
1 parent 0710f23 commit a24b5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Language: Cpp
BasedOnStyle: Google

AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: true
BraceWrapping:
AfterClass: true
AfterFunction: true
Expand All @@ -18,3 +18,4 @@ PointerAlignment: Middle
ReflowComments: false
SortIncludes: Never
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortLambdasOnASingleLine: All

0 comments on commit a24b5f2

Please sign in to comment.