Skip to content

Commit

Permalink
BreakBeforeBraces: Attach
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 10, 2020
1 parent f45bbd8 commit ba22421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: Align
BreakBeforeBraces: Stroustrup
BreakBeforeBraces: Attach
ColumnLimit: 88
DerivePointerAlignment: false
IndentWidth: 4
Expand Down

0 comments on commit ba22421

Please sign in to comment.