Skip to content

Commit 68a33d0

Browse files
committed
style: adapt the configuration accordingly to @nojaf feedback
1 parent af6c99a commit 68a33d0

File tree

2 files changed

+97
-379
lines changed

2 files changed

+97
-379
lines changed

.editorconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ root = true
33

44
[*]
55
end_of_line = lf
6+
7+
[*.{fs,fsi,fsx}]
68
charset = utf-8
9+
end_of_line = lf
710
indent_style = space
811
indent_size = 4
912
trim_trailing_whitespace = true
@@ -17,10 +20,6 @@ fsharp_max_value_binding_width=120
1720
# It makes the code more consistent in term of spacing and indentation
1821
[GenerateHtml.fs]
1922
fsharp_experimental_elmish = true
20-
fsharp_array_or_list_multiline_formatter = number_of_items
21-
fsharp_max_array_or_list_number_of_items = 0
2223
fsharp_multi_line_lambda_closing_newline = true
2324
fsharp_multiline_bracket_style = aligned
2425
fsharp_keep_max_number_of_blank_lines = 1
25-
# Keep the if/then/else consistent
26-
fsharp_max_if_then_else_short_width = 0

0 commit comments

Comments
 (0)