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

This commit is contained in:
giacomo-b
2021-10-09 02:08:32 -07:00
committed by GitHub
parent b34749255e
commit d07c18e2b2

View File

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