-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.editorconfig
More file actions
23 lines (19 loc) · 823 Bytes
/
.editorconfig
File metadata and controls
23 lines (19 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
root = true
# G-Research style: https://github.com/G-Research/fsharp-formatting-conventions/blob/master/.editorconfig
[*.{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_bracket_style = aligned
fsharp_newline_between_type_definition_and_members = true
fsharp_align_function_signature_to_indentation = true
fsharp_alternative_long_member_definitions = true
fsharp_multi_line_lambda_closing_newline = true
fsharp_experimental_keep_indent_in_branch = true
fsharp_bar_before_discriminated_union_declaration = true
fsharp_keep_max_number_of_blank_lines = 1
[tool/client/*.{fs,fsx}]
fsharp_experimental_elmish = true
[build.fsx]
fsharp_blank_lines_around_nested_multiline_expressions = false