forked from baronfel/Giraffe.EndpointRouting.OpenAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
32 lines (27 loc) · 671 Bytes
/
.editorconfig
File metadata and controls
32 lines (27 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# EditorConfig is awesome:
http://EditorConfig.org
# top-most EditorConfig file
root = true
# Default settings:
# A newline ending every file
# Use 4 spaces as indentation
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{fs,fsi,fsx,config}]
charset = utf-8
trim_trailing_whitespace = true
indent_size = 2
fsharp_max_array_or_list_width=120
fsharp_max_if_then_else_short_width=120
fsharp_max_infix_operator_expression=100
fsharp_max_record_width=120
max_line_length=120
fsharp_multi_line_lambda_closing_newline=true
[paket.*]
trim_trailing_whitespace = true
indent_size = 2
[*.paket.references]
trim_trailing_whitespace = true
indent_size = 2