1
+ [* .fs ]
2
+ indent_size =4
3
+ max_line_length =120
4
+ fsharp_semicolon_at_end_of_line =false
5
+ fsharp_space_before_parameter =true
6
+ fsharp_space_before_lowercase_invocation =true
7
+ fsharp_space_before_uppercase_invocation =false
8
+ fsharp_space_before_class_constructor =false
9
+ fsharp_space_before_member =false
10
+ fsharp_space_before_colon =false
11
+ fsharp_space_after_comma =true
12
+ fsharp_space_before_semicolon =false
13
+ fsharp_space_after_semicolon =true
14
+ fsharp_indent_on_try_with =false
15
+ fsharp_space_around_delimiter =true
16
+ fsharp_max_if_then_else_short_width =40
17
+ fsharp_max_infix_operator_expression =120
18
+ fsharp_max_record_width =40
19
+ fsharp_max_record_number_of_items =1
20
+ fsharp_record_multiline_formatter =character_width
21
+ fsharp_max_array_or_list_width =40
22
+ fsharp_max_array_or_list_number_of_items =1
23
+ fsharp_array_or_list_multiline_formatter =character_width
24
+ fsharp_max_value_binding_width =40
25
+ fsharp_max_function_binding_width =40
26
+ fsharp_max_dot_get_expression_width =50
27
+ fsharp_multiline_block_brackets_on_same_column =true
28
+ fsharp_newline_between_type_definition_and_members =false
29
+ fsharp_keep_if_then_in_same_line =false
30
+ fsharp_max_elmish_width =40
31
+ fsharp_single_argument_web_mode =false
32
+ fsharp_align_function_signature_to_indentation =false
33
+ fsharp_alternative_long_member_definitions =false
34
+ fsharp_multi_line_lambda_closing_newline =false
35
+ fsharp_disable_elmish_syntax =false
36
+ fsharp_keep_indent_in_branch =false
37
+ fsharp_blank_lines_around_nested_multiline_expressions =true
38
+ fsharp_bar_before_discriminated_union_declaration =false
39
+ fsharp_strict_mode =false
0 commit comments