36 lines
856 B
INI
36 lines
856 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = false
|
|
|
|
[*.js]
|
|
indent_size = 2
|
|
max_line_length= 80
|
|
|
|
[*.nix]
|
|
indent_size = 2
|
|
max_line_length= 80
|
|
|
|
[*.fs]
|
|
max_line_length= 120
|
|
|
|
fsharp_max_if_then_else_short_width = 60
|
|
fsharp_max_infix_operator_expression = 80
|
|
|
|
fsharp_space_before_uppercase_invocation = true
|
|
fsharp_blank_lines_around_nested_multiline_expressions = false
|
|
fsharp_newline_between_type_definition_and_members = false
|
|
fsharp_multiline_bracket_style = stroustrup
|
|
fsharp_multi_line_lambda_closing_newline = true
|
|
|
|
fsharp_array_or_list_multiline_formatter = character_width
|
|
fsharp_max_array_or_list_width = 70
|
|
fsharp_max_array_or_list_number_of_items = 3
|
|
|
|
fsharp_record_multiline_formatter = number_of_items
|
|
fsharp_max_record_number_of_items = 3
|
|
fsharp_max_record_width = 70 |