|
@@ -44,7 +44,7 @@ BreakBeforeBraces: Custom
|
|
BreakBeforeTernaryOperators: true
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializers: BeforeColon
|
|
BreakConstructorInitializers: BeforeColon
|
|
BreakStringLiterals: false # apparently unpredictable
|
|
BreakStringLiterals: false # apparently unpredictable
|
|
-ColumnLimit: 80
|
|
|
|
|
|
+ColumnLimit: 120
|
|
CompactNamespaces: false
|
|
CompactNamespaces: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 8
|
|
ConstructorInitializerIndentWidth: 8
|