Commit f0929877 authored by Dominik Charousset's avatar Dominik Charousset

Tweak clang-format file for better line breaks

parent b05a4b7b
...@@ -36,8 +36,9 @@ MacroBlockBegin: "^BEGIN_STATE$" ...@@ -36,8 +36,9 @@ MacroBlockBegin: "^BEGIN_STATE$"
MacroBlockEnd: "^END_STATE$" MacroBlockEnd: "^END_STATE$"
MaxEmptyLinesToKeep: 1 MaxEmptyLinesToKeep: 1
NamespaceIndentation: None NamespaceIndentation: None
PenaltyBreakAssignment: 1000 PenaltyBreakAssignment: 10
PenaltyBreakBeforeFirstCallParameter: 1000 PenaltyBreakBeforeFirstCallParameter: 30
PenaltyReturnTypeOnItsOwnLine: 5
PointerAlignment: Left PointerAlignment: Left
ReflowComments: true ReflowComments: true
SortIncludes: true SortIncludes: true
......
Markdown is supported
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