-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.editorconfig
More file actions
19 lines (19 loc) · 838 Bytes
/
.editorconfig
File metadata and controls
19 lines (19 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[*.{fs,fsx,fsi}]
fsharp_multiline_bracket_style = stroustrup
fsharp_max_if_then_short_width = 120
fsharp_max_if_then_else_short_width = 120
fsharp_max_infix_operator_expression = 120
fsharp_max_record_width = 120
fsharp_max_array_or_list_width = 120
fsharp_max_value_binding_width = 120
fsharp_max_function_binding_width = 120
fsharp_max_dot_get_expression_width = 120
fsharp_space_around_delimiter = false
fsharp_newline_before_multiline_computation_expression = false
fsharp_blank_lines_around_nested_multiline_expressions = false
fsharp_keep_max_number_of_blank_lines = 1
fsharp_newline_between_type_definition_and_members = false
fsharp_align_function_signature_to_indentation = false
fsharp_alternative_long_member_definitions = false
fsharp_multi_line_lambda_closing_newline = false
fsharp_experimental_keep_indent_in_branch = true