We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b20db4 + 68a33d0 commit b25094eCopy full SHA for b25094e
.editorconfig
@@ -16,5 +16,10 @@ fsharp_max_array_or_list_width=120
16
fsharp_max_infix_operator_expression=80
17
fsharp_max_value_binding_width=120
18
19
+# Specific settings for "View/HTML" related files
20
+# It makes the code more consistent in term of spacing and indentation
21
[GenerateHtml.fs]
-fsharp_experimental_elmish = true
22
+fsharp_experimental_elmish = true
23
+fsharp_multi_line_lambda_closing_newline = true
24
+fsharp_multiline_bracket_style = aligned
25
+fsharp_keep_max_number_of_blank_lines = 1
0 commit comments