Skip to content

Commit

Permalink
Merge pull request #948 from MangelMaxime/feature/formatting_changes
Browse files Browse the repository at this point in the history
style: try make code more consistent and align HTML DSL to 4 spaces indentation
  • Loading branch information
nojaf authored Jan 3, 2025
2 parents 7b20db4 + 68a33d0 commit b25094e
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 490 deletions.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ fsharp_max_array_or_list_width=120
fsharp_max_infix_operator_expression=80
fsharp_max_value_binding_width=120

# Specific settings for "View/HTML" related files
# It makes the code more consistent in term of spacing and indentation
[GenerateHtml.fs]
fsharp_experimental_elmish = true
fsharp_experimental_elmish = true
fsharp_multi_line_lambda_closing_newline = true
fsharp_multiline_bracket_style = aligned
fsharp_keep_max_number_of_blank_lines = 1
Loading

0 comments on commit b25094e

Please sign in to comment.