update clang format

pull/1/head
Jeff Becker 6 years ago
parent 589edf08f0
commit afdf5fa51c
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -11,8 +11,8 @@ AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: All
AlwaysBreakAfterReturnType: All
AlwaysBreakTemplateDeclarations: 'true'
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Allman

Loading…
Cancel
Save