35 lines
1.1 KiB
INI
35 lines
1.1 KiB
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = false
|
|
|
|
[*.nix]
|
|
indent_size = 2
|
|
|
|
[*.fs]
|
|
max_line_length= 120
|
|
# Feliz style
|
|
fsharp_single_argument_web_mode = true
|
|
fsharp_space_before_colon = false
|
|
fsharp_max_if_then_else_short_width = 60
|
|
fsharp_max_infix_operator_expression = 50
|
|
fsharp_max_record_width = 70
|
|
fsharp_max_record_number_of_items = 1
|
|
fsharp_max_array_or_list_width = 70
|
|
fsharp_max_array_or_list_number_of_items = 1
|
|
fsharp_max_value_binding_width = 70
|
|
fsharp_max_function_binding_width = 40
|
|
fsharp_max_dot_get_expression_width = 50
|
|
fsharp_multiline_block_brackets_on_same_column = true
|
|
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 = true
|
|
fsharp_keep_indent_in_branch = false
|
|
fsharp_blank_lines_around_nested_multiline_expressions = false
|
|
fsharp_multiline_bracket_style = stroustrup
|
|
fsharp_newline_before_multiline_computation_expression = true |