mirror of
https://github.com/Smaug123/FicroKanSharp
synced 2025-10-06 12:08:40 +00:00
19 lines
609 B
INI
19 lines
609 B
INI
root = true
|
|
|
|
[*.{fs,fsi,fsx}]
|
|
fsharp_space_before_uppercase_invocation=true
|
|
fsharp_space_before_member=true
|
|
fsharp_space_before_colon=true
|
|
fsharp_space_before_semicolon=true
|
|
fsharp_multiline_block_brackets_on_same_column=true
|
|
fsharp_newline_between_type_definition_and_members=true
|
|
fsharp_experimental_keep_indent_in_branch=true
|
|
fsharp_align_function_signature_to_indentation=true
|
|
fsharp_alternative_long_member_definitions=true
|
|
fsharp_multiline_bracket_style=aligned
|
|
fsharp_multi_line_lambda_closing_newline=true
|
|
fsharp_max_value_binding_width=80
|
|
fsharp_max_record_width=0
|
|
max_line_length=120
|
|
end_of_line=lf
|