From b5b274ddb433150ca810d194ad051dea64bd5498 Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 29 Dec 2024 19:14:36 +0100 Subject: Fix prototypes --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index d936fc3..0cb300a 100644 --- a/.clang-format +++ b/.clang-format @@ -53,8 +53,7 @@ AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: All +AlwaysBreakAfterReturnType: AllDefinitions AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: MultiLine AttributeMacros: -- cgit v1.3