Created
September 21, 2020 07:57
-
-
Save OnurGumus/a244eb9f4e47f3a740d0fa04e6b91e20 to your computer and use it in GitHub Desktop.
elmish editor config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
indent_style = space | |
indent_size = 4 | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = false | |
[*.fs] | |
indent_size=4 | |
max_line_length=120 | |
fsharp_semicolon_at_end_of_line=false | |
fsharp_space_before_parameter=true | |
fsharp_space_before_lowercase_invocation=true | |
fsharp_space_before_uppercase_invocation=false | |
fsharp_space_before_class_constructor=false | |
fsharp_space_before_member=false | |
fsharp_space_before_colon=false | |
fsharp_space_after_comma=true | |
fsharp_space_before_semicolon=false | |
fsharp_space_after_semicolon=true | |
fsharp_indent_on_try_with=false | |
fsharp_space_around_delimiter=true | |
fsharp_max_if_then_else_short_width=40 | |
fsharp_max_infix_operator_expression=50 | |
fsharp_max_record_width=40 | |
fsharp_max_array_or_list_width=40 | |
fsharp_max_value_binding_width=40 | |
fsharp_max_function_binding_width=40 | |
fsharp_multiline_block_brackets_on_same_column=true | |
fsharp_newline_between_type_definition_and_members=false | |
fsharp_keep_if_then_in_same_line=false | |
fsharp_max_elmish_width=40 | |
fsharp_single_argument_web_mode=true | |
fsharp_align_function_signature_to_indentation=false | |
fsharp_alternative_long_member_definitions=false | |
fsharp_strict_mode=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment