Skip to content

Commit a74a8a1

Browse files
committed
Support a larger default line length (todo: may need to tweak this with the other line lengths)
1 parent 2c0c55b commit a74a8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ indent_size=4
6868

6969
# line length before it gets broken down into multiple lines
7070
# default 120
71-
max_line_length=120
71+
max_line_length=140
7272

7373
# Either crlf | lf, default is system-dependent (when not specified at all)
7474
# end_of_line=crlf
@@ -180,7 +180,7 @@ fsharp_array_or_list_multiline_formatter=character_width
180180

181181
# maximum with of a value binding, does not include keyword "let"
182182
# default 80
183-
fsharp_max_value_binding_width=100
183+
fsharp_max_value_binding_width=140
184184

185185
# maximum width for function and member binding (rh-side)
186186
# default 40

0 commit comments

Comments
 (0)