Skip to content
Snippets Groups Projects
Verified Commit 6ed53ae0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

[skip ci]
parent 3e415c06
No related branches found
No related tags found
No related merge requests found
Pipeline #9639 skipped
......@@ -4,7 +4,7 @@ Language: Cpp
Standard: c++20
ColumnLimit: 100
BasedOnStyle: GNU
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortFunctionsOnASingleLine: None
AlwaysBreakTemplateDeclarations: Yes
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment