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

dcontrib-log
Sébastien Villemot 2023-11-29 18:19:16 +01:00
parent 847f940f78
commit ca16f7f848
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

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