We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6c99a commit 68a33d0Copy full SHA for 68a33d0
2 files changed
.editorconfig
@@ -3,7 +3,10 @@ root = true
3
4
[*]
5
end_of_line = lf
6
+
7
+[*.{fs,fsi,fsx}]
8
charset = utf-8
9
+end_of_line = lf
10
indent_style = space
11
indent_size = 4
12
trim_trailing_whitespace = true
@@ -17,10 +20,6 @@ fsharp_max_value_binding_width=120
17
20
# It makes the code more consistent in term of spacing and indentation
18
21
[GenerateHtml.fs]
19
22
fsharp_experimental_elmish = true
-fsharp_array_or_list_multiline_formatter = number_of_items
-fsharp_max_array_or_list_number_of_items = 0
23
fsharp_multi_line_lambda_closing_newline = true
24
fsharp_multiline_bracket_style = aligned
25
fsharp_keep_max_number_of_blank_lines = 1
-# Keep the if/then/else consistent
26
-fsharp_max_if_then_else_short_width = 0
0 commit comments