1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

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

This reverts commit d07c18e2b2.
This commit is contained in:
Lars Melchior 2021-10-17 21:04:09 +02:00 committed by GitHub
parent 69320a663b
commit 6949c552a8

View file

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