Revert "Changed 'No' to 'false' in .clang-format (#141)" (#145)

This commit is contained in:
Lars Melchior 2021-10-22 09:07:59 +02:00 committed by GitHub
parent e0bf3f59d1
commit 2b5d0934c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
AccessModifierOffset: '-2' AccessModifierOffset: '-2'
AlignTrailingComments: 'true' AlignTrailingComments: 'true'
AllowAllParametersOfDeclarationOnNextLine: 'false' AllowAllParametersOfDeclarationOnNextLine: 'false'
AlwaysBreakTemplateDeclarations: 'false' AlwaysBreakTemplateDeclarations: 'No'
BreakBeforeBraces: Attach BreakBeforeBraces: Attach
ColumnLimit: '100' ColumnLimit: '100'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'