diff --git a/.clang-format b/.clang-format index 989123a..0217b65 100644 --- a/.clang-format +++ b/.clang-format @@ -10,10 +10,10 @@ AlignConsecutiveBitFields: None AlignConsecutiveDeclarations: None AlignConsecutiveMacros: AcrossEmptyLinesAndComments AlignTrailingComments: false -AllowShortBlocksOnASingleLine: Always -AllowShortFunctionsOnASingleLine: Inline -AllowShortIfStatementsOnASingleLine: true -AllowShortLoopsOnASingleLine: true +AllowShortBlocksOnASingleLine: Never +AllowShortFunctionsOnASingleLine: None +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: No BreakBeforeBraces: Custom BraceWrapping: