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'
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue