Skip to content
Snippets Groups Projects
Commit f36ffdcc authored by Sebastian Schmitt's avatar Sebastian Schmitt
Browse files

Break after colon

Change-Id: I55a9dcb1cce3e8182764a10e6ea5a26414318ac2
parent ba5e8be5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ BinPackArguments: true
BinPackParameters: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BreakConstructorInitializers: BeforeColon
BreakConstructorInitializers: AfterColon
ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment