clang-format configuration: never collapse short functions on a single line

[skip ci]
master
Sébastien Villemot 2023-11-29 19:04:27 +01:00
parent 3e415c06b5
commit 6ed53ae0fc
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Language: Cpp
Standard: c++20
ColumnLimit: 100
BasedOnStyle: GNU
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortFunctionsOnASingleLine: None
AlwaysBreakTemplateDeclarations: Yes
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon