format: fix: set AllowShortFunctionsOnASingleLine to 'None'

This parameter for disabling requires None, not 'false'

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov 2024-08-03 19:21:28 +03:00 committed by Pugemon
parent 2e7c0a109d
commit 736cd175d5
No known key found for this signature in database
GPG Key ID: 472FA343B3CC3287

View File

@ -9,7 +9,7 @@ IndentCaseLabels: true
NamespaceIndentation: All
FixNamespaceComments: false
SpaceBeforeCpp11BracedList: true
AllowShortFunctionsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
IndentAccessModifiers: false
AccessModifierOffset: -4
EmptyLineBeforeAccessModifier: Never