mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 12:34:36 +03:00
Changed 'No' to 'false' in .clang-format (#141)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
AccessModifierOffset: '-2'
|
AccessModifierOffset: '-2'
|
||||||
AlignTrailingComments: 'true'
|
AlignTrailingComments: 'true'
|
||||||
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||||||
AlwaysBreakTemplateDeclarations: 'No'
|
AlwaysBreakTemplateDeclarations: 'false'
|
||||||
BreakBeforeBraces: Attach
|
BreakBeforeBraces: Attach
|
||||||
ColumnLimit: '100'
|
ColumnLimit: '100'
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user