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:
+1
-1
@@ -9,7 +9,7 @@ IndentCaseLabels: true
|
||||
NamespaceIndentation: All
|
||||
FixNamespaceComments: false
|
||||
SpaceBeforeCpp11BracedList: true
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
IndentAccessModifiers: false
|
||||
AccessModifierOffset: -4
|
||||
EmptyLineBeforeAccessModifier: Never
|
||||
|
||||
Reference in New Issue
Block a user