From 6ed53ae0fcb08d7a5d30565f28bd9c9b6351fde8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 29 Nov 2023 19:04:27 +0100 Subject: [PATCH] clang-format configuration: never collapse short functions on a single line [skip ci] --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 87a2c3a9..4168b8b8 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ Language: Cpp Standard: c++20 ColumnLimit: 100 BasedOnStyle: GNU -AllowShortFunctionsOnASingleLine: InlineOnly +AllowShortFunctionsOnASingleLine: None AlwaysBreakTemplateDeclarations: Yes BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon -- GitLab