mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 05:31:13 +02:00
Changed 'No' to 'false' in .clang-format (#141)
This commit is contained in:
parent
b34749255e
commit
d07c18e2b2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
AccessModifierOffset: '-2'
|
||||
AlignTrailingComments: 'true'
|
||||
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||||
AlwaysBreakTemplateDeclarations: 'No'
|
||||
AlwaysBreakTemplateDeclarations: 'false'
|
||||
BreakBeforeBraces: Attach
|
||||
ColumnLimit: '100'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue