Skip to content

Commit

Permalink
update clang-format config
Browse files Browse the repository at this point in the history
Some default paramaters have change in Mozilla style since 3.8.
Add value from 3.8 in the .clang-format file so using a recent version
of clang lead to the same result as 3.8
  • Loading branch information
NicolasVuaille committed Oct 16, 2018
1 parent a5e93a8 commit 2032ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
BreakBeforeBraces: Allman
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 100
Standard: Cpp03
...

0 comments on commit 2032ef3

Please sign in to comment.