diff --git a/.clang-format b/.clang-format index c2aed0ea..d113efe3 100644 --- a/.clang-format +++ b/.clang-format @@ -9,7 +9,7 @@ IndentCaseLabels: true NamespaceIndentation: All FixNamespaceComments: false SpaceBeforeCpp11BracedList: true -AllowShortFunctionsOnASingleLine: false +AllowShortFunctionsOnASingleLine: None IndentAccessModifiers: false AccessModifierOffset: -4 EmptyLineBeforeAccessModifier: Never