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 BasedOnStyle: Google
AlwaysBreakAfterReturnType: All AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: Align AlignAfterOpenBracket: AlwaysBreak
BreakBeforeBraces: Stroustrup BinPackArguments: false
ColumnLimit: 79 BinPackParameters: false
BreakBeforeBraces: Attach
ColumnLimit: 88
DerivePointerAlignment: false DerivePointerAlignment: false
IndentWidth: 4 IndentWidth: 4
Language: Cpp Language: Cpp