-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
43 lines (37 loc) · 1.53 KB
/
.editorconfig
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
33
34
35
36
37
38
39
40
41
42
43
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
tab_width = 4
indent_style = space
trim_trailing_whitespace = true
max_line_length = 120
[*.cs]
csharp_keep_existing_arrangement = true
csharp_style_var_for_built_in_types = false
csharp_style_var_when_type_is_apparent = true
csharp_style_var_elsewhere = false
csharp_max_attribute_length_for_same_line = 120
csharp_space_within_single_line_array_initializer_braces = true
csharp_space_after_cast = false
resharper_redundant_if_else_block_highlighting = do_not_show
resharper_redundant_comma_in_initializer_highlighting = do_not_show
resharper_redundant_comma_in_enum_declaration_highlighting = do_not_show
# use own judgement for whether adding an argument name improves clarity or not
resharper_arguments_style_named_expression_highlighting = do_not_show
resharper_arguments_style_anonymous_function_highlighting = do_not_show
resharper_arguments_style_literal_highlighting = do_not_show
resharper_arguments_style_other_highlighting = do_not_show
resharper_arguments_style_string_literal_highlighting = do_not_show
resharper_redundant_default_member_initializer_highlighting = do_not_show
# use own judgment for what declarations to group together tightly
blank_lines_around_field = 0
blank_lines_around_invocable = 0
blank_lines_around_local_method = 0
blank_lines_around_property = 0
blank_lines_around_auto_property = 0
blank_lines_around_type = 0
blank_lines_after_block_statements = 0
# use own judgment for what would benefit from manual alignment
extra_spaces = leave_multiple