Adjust clang-format style

This commit is contained in:
Hugo van Kemenade 2020-07-09 15:59:18 +03:00 committed by Andrew Murray
parent 5d968accf5
commit e2d00f8cf8

View File

@ -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