Skip to content

Commit

Permalink
Adjust clang-format style
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and radarhere committed Dec 30, 2020
1 parent 7dfa5e1 commit f26a427
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: Align
BreakBeforeBraces: Stroustrup
ColumnLimit: 79
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Attach
ColumnLimit: 88
DerivePointerAlignment: false
IndentWidth: 4
Language: Cpp
Expand Down

0 comments on commit f26a427

Please sign in to comment.