-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.editorconfig
40 lines (37 loc) · 1.62 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
[*]
# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers=true
csharp_new_line_between_query_expression_clauses=true
csharp_preserve_single_line_blocks=true
# ReSharper properties
resharper_align_first_arg_by_paren=true
resharper_align_linq_query=true
resharper_align_multiline_array_and_object_initializer=true
resharper_align_multiline_calls_chain=true
resharper_align_multiline_extends_list=true
resharper_align_multiline_for_stmt=true
resharper_align_multiline_switch_expression=true
resharper_align_multline_type_parameter_constrains=true
resharper_align_multline_type_parameter_list=true
resharper_align_tuple_components=true
resharper_blank_lines_around_local_method=2
resharper_blank_lines_before_block_statements=1
resharper_blank_lines_before_control_transfer_statements=1
resharper_blank_lines_before_multiline_statements=1
resharper_csharp_align_multiline_parameter=true
resharper_csharp_align_multiple_declaration=true
resharper_csharp_empty_block_style=together_same_line
resharper_csharp_stick_comment=false
resharper_csharp_wrap_for_stmt_header_style=wrap_if_long
resharper_csharp_wrap_lines=false
resharper_csharp_wrap_multiple_declaration_style=wrap_if_long
resharper_indent_anonymous_method_block=true
resharper_indent_preprocessor_region=no_indent
resharper_keep_existing_embedded_arrangement=false
resharper_keep_existing_enum_arrangement=false
resharper_keep_existing_expr_member_arrangement=false
resharper_keep_existing_linebreaks=false
resharper_max_initializer_elements_on_line=10
resharper_outdent_commas=true
resharper_place_linq_into_on_new_line=false
resharper_wrap_linq_expressions=chop_always