-
Notifications
You must be signed in to change notification settings - Fork 1
/
.editorconfig
32 lines (32 loc) · 1.26 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[*.fs]
indent_size = 2
max_line_length = 80
fsharp_space_before_parameter = true
fsharp_space_before_class_constructor = true
fsharp_space_before_uppercase_invocation = true
fsharp_space_before_lowercase_invocation = true
fsharp_space_before_member = true
fsharp_space_before_colon = true
fsharp_space_after_comma = true
fsharp_space_around_delimiter = true
fsharp_space_before_semicolon = true
fsharp_space_after_semicolon = true
fsharp_newline_between_type_definition_and_members = true
fsharp_align_function_signature_to_indentation = true
fsharp_max_if_then_short_width = 80
fsharp_max_if_then_else_short_width = 80
fsharp_max_infix_operator_expression = 80
fsharp_max_record_width = 80
fsharp_max_record_number_of_items = 1
fsharp_record_multiline_formatter = number_of_items
fsharp_max_array_or_list_width = 80
fsharp_max_array_or_list_number_of_items = 2
fsharp_array_or_list_multiline_formatter = number_of_items
fsharp_max_value_binding_width = 80
fsharp_max_function_binding_width = 80
fsharp_max_dot_get_expression_width = 80
fsharp_multiline_bracket_style = cramped
fsharp_newline_before_multiline_computation_expression = true
fsharp_alternative_long_member_definitions = true
fsharp_blank_lines_around_nested_multiline_expressions = true
fsharp_keep_max_number_of_blank_lines = 1