We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0c55b commit a74a8a1Copy full SHA for a74a8a1
src/.editorconfig
@@ -68,7 +68,7 @@ indent_size=4
68
69
# line length before it gets broken down into multiple lines
70
# default 120
71
-max_line_length=120
+max_line_length=140
72
73
# Either crlf | lf, default is system-dependent (when not specified at all)
74
# end_of_line=crlf
@@ -180,7 +180,7 @@ fsharp_array_or_list_multiline_formatter=character_width
180
181
# maximum with of a value binding, does not include keyword "let"
182
# default 80
183
-fsharp_max_value_binding_width=100
+fsharp_max_value_binding_width=140
184
185
# maximum width for function and member binding (rh-side)
186
# default 40
0 commit comments