Fix wrong boolean in clang-format

presentation
Ulrich Huber 7 years ago committed by GitHub
parent 47e6cd2a82
commit e24f766016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .clang-format

@ -16,7 +16,7 @@ AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: 'false'
AlwaysBreakTemplateDeclarations: 'Yes'
AlwaysBreakTemplateDeclarations: 'true'
BinPackArguments: 'false'
BinPackParameters: 'true'
BreakBeforeBinaryOperators: None

Loading…
Cancel
Save