File tree Expand file tree Collapse file tree 2 files changed +97
-379
lines changed
src/FSharp.Formatting.ApiDocs Expand file tree Collapse file tree 2 files changed +97
-379
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ root = true
33
44[* ]
55end_of_line = lf
6+
7+ [* .{fs,fsi,fsx} ]
68charset = utf-8
9+ end_of_line = lf
710indent_style = space
811indent_size = 4
912trim_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 ]
1922fsharp_experimental_elmish = true
20- fsharp_array_or_list_multiline_formatter = number_of_items
21- fsharp_max_array_or_list_number_of_items = 0
2223fsharp_multi_line_lambda_closing_newline = true
2324fsharp_multiline_bracket_style = aligned
2425fsharp_keep_max_number_of_blank_lines = 1
25- # Keep the if/then/else consistent
26- fsharp_max_if_then_else_short_width = 0
You can’t perform that action at this time.
0 commit comments