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

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

parent 847f940f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,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