clang-format: Don't ever break string literals automatically
This option is very broken and just results in unreadable text.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ BreakBeforeBraces: Custom
|
|||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
BreakConstructorInitializers: BeforeColon
|
BreakConstructorInitializers: BeforeColon
|
||||||
#BreakInheritanceList: BeforeColon
|
#BreakInheritanceList: BeforeColon
|
||||||
BreakStringLiterals: true
|
BreakStringLiterals: false
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
Cpp11BracedListStyle: true
|
Cpp11BracedListStyle: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user