diff --git a/_clang-format b/_clang-format index 798ab96..78b9b12 100644 --- a/_clang-format +++ b/_clang-format @@ -1,8 +1,8 @@ --- AlignConsecutiveAssignments: 'false' AlignEscapedNewlines: Left -AllowShortBlocksOnASingleLine: 'true' -AllowShortFunctionsOnASingleLine: Empty +AllowShortBlocksOnASingleLine: Never +AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: 'false' BinPackParameters: 'false' BreakBeforeBraces: Linux