mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +02:00
Revert "Changed 'No' to 'false' in .clang-format (#141)"
This reverts commit d07c18e2b2
.
This commit is contained in:
parent
69320a663b
commit
6949c552a8
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue