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
...@@ -4,7 +4,7 @@ Language: Cpp ...@@ -4,7 +4,7 @@ Language: Cpp
Standard: c++20 Standard: c++20
ColumnLimit: 100 ColumnLimit: 100
BasedOnStyle: GNU BasedOnStyle: GNU
AllowShortFunctionsOnASingleLine: InlineOnly AllowShortFunctionsOnASingleLine: None
AlwaysBreakTemplateDeclarations: Yes AlwaysBreakTemplateDeclarations: Yes
BreakConstructorInitializers: AfterColon BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon BreakInheritanceList: AfterColon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment