Change code formatter configuration files from 100 to 120 characters.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializers: AfterColon
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 120
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
ContinuationIndentWidth: 8
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ BreakBeforeBraces: Allman
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializers: AfterColon
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 120
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
ContinuationIndentWidth: 8
|
||||
|
||||
+1
-1
@@ -1274,7 +1274,7 @@ pos_class_colon = trail # ignore/join/lead/lead_bre
|
||||
#
|
||||
|
||||
# Try to limit code width to N number of columns
|
||||
code_width = 100 # number
|
||||
code_width = 120 # number
|
||||
|
||||
# Whether to fully split long 'for' statements at semi-colons
|
||||
ls_for_split_full = true # false/true
|
||||
|
||||
Reference in New Issue
Block a user