Update .clang-format for new version of clang-format

This commit is contained in:
Ted John 2020-03-17 20:45:41 +00:00
parent 3efa2099d9
commit 29c9958422
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
BinPackArguments: false
BinPackParameters: true
BraceWrapping:
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true