Skip to content

Commit 3e1e772

Browse files
committed
Update formatting options
1 parent b37fa33 commit 3e1e772

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ trim_trailing_whitespace = true
1717
# https://fsprojects.github.io/fantomas/docs/end-users/Configuration.html
1818
charset = utf-8
1919
trim_trailing_whitespace = true
20-
max_line_length=120
20+
max_line_length=100
2121
fsharp_multiline_block_brackets_on_same_column=true
2222
fsharp_experimental_stroustrup_style=true
2323
fsharp_keep_max_number_of_blank_lines=2
24+
fsharp_max_array_or_list_number_of_items=1
25+
fsharp_array_or_list_multiline_formatter=number_of_items
26+
fsharp_max_infix_operator_expression=10
27+
fsharp_multi_line_lambda_closing_newline=true

0 commit comments

Comments
 (0)