-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
19 lines (17 loc) · 843 Bytes
/
.editorconfig
File metadata and controls
19 lines (17 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[*]
# ReSharper properties
resharper_align_multiline_binary_expressions_chain = false
resharper_blank_lines_after_block_statements = 0
resharper_blank_lines_after_multiline_statements = 0
resharper_blank_lines_before_block_statements = 0
resharper_csharp_blank_lines_around_field = 0
resharper_csharp_blank_lines_around_single_line_invocable = 1
resharper_csharp_empty_block_style = together_same_line
resharper_csharp_max_line_length = 180
resharper_csharp_wrap_ternary_expr_style = wrap_if_long
resharper_place_expr_method_on_single_line = if_owner_is_single_line
resharper_place_field_attribute_on_same_line = false
resharper_place_simple_embedded_statement_on_same_line = true
resharper_remove_blank_lines_near_braces_in_code = false
resharper_wrap_before_invocation_rpar = false
resharper_wrap_chained_binary_expressions = chop_if_long