Skip to content

Commit b25094e

Browse files
authored
Merge pull request #948 from MangelMaxime/feature/formatting_changes
style: try make code more consistent and align HTML DSL to 4 spaces indentation
2 parents 7b20db4 + 68a33d0 commit b25094e

File tree

2 files changed

+527
-490
lines changed

2 files changed

+527
-490
lines changed

.editorconfig

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ fsharp_max_array_or_list_width=120
1616
fsharp_max_infix_operator_expression=80
1717
fsharp_max_value_binding_width=120
1818

19+
# Specific settings for "View/HTML" related files
20+
# It makes the code more consistent in term of spacing and indentation
1921
[GenerateHtml.fs]
20-
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

Comments
 (0)