Skip to content

Commit

Permalink
AlignAfterOpenBracket: AlwaysBreak; BinPackArguments: false; BinPackP…
Browse files Browse the repository at this point in the history
…arameters: false
  • Loading branch information
hugovk committed Jul 10, 2020
1 parent 4466b71 commit f714356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: Align
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Attach
ColumnLimit: 88
DerivePointerAlignment: false
Expand Down

0 comments on commit f714356

Please sign in to comment.