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:
parent
2e7c0a109d
commit
736cd175d5
@ -9,7 +9,7 @@ IndentCaseLabels: true
|
||||
NamespaceIndentation: All
|
||||
FixNamespaceComments: false
|
||||
SpaceBeforeCpp11BracedList: true
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
IndentAccessModifiers: false
|
||||
AccessModifierOffset: -4
|
||||
EmptyLineBeforeAccessModifier: Never
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user