-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.editorconfig
More file actions
23 lines (20 loc) · 655 Bytes
/
.editorconfig
File metadata and controls
23 lines (20 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; EditorConfig helps developers define and maintain consistent
; coding styles between different editors and IDEs.
; For more visit http://editorconfig.org.
root = true
; Choose between lf or rf on "end_of_line" property
[*]
indent_style = space
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.fs,*.fsx}]
indent_size = 4
max_line_length=150
fsharp_max_infix_operator_expression=10
fsharp_keep_max_number_of_blank_lines=3
fsharp_max_function_binding_width=10
fsharp_multiline_block_brackets_on_same_column=true
fsharp_experimental_stroustrup_style=true
fsharp_space_before_uppercase_invocation=true