-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
45 lines (43 loc) · 2.24 KB
/
.editorconfig
File metadata and controls
45 lines (43 loc) · 2.24 KB
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
44
45
root = true
[*.{cs,fs,razor}]
# Microsoft .NET properties
csharp_indent_braces = false
csharp_new_line_before_members_in_object_initializers = false
csharp_new_line_before_open_brace = accessors, anonymous_types, control_blocks, events, indexers, local_functions, methods, object_collection_array_initializers, properties, types
csharp_preferred_modifier_order = public, required, protected, internal, file, new, private, static, virtual, sealed, abstract, override, extern, unsafe, volatile, readonly, async:suggestion
csharp_preserve_single_line_blocks = true
csharp_style_prefer_primary_constructors = false
dotnet_style_qualification_for_event = false:suggestion
dotnet_style_qualification_for_field = true:suggestion
dotnet_style_qualification_for_method = true:suggestion
dotnet_style_qualification_for_property = true:suggestion
razor_remove_this_qualifier = false
# ReSharper properties
resharper_align_multiline_argument = true
resharper_arguments_anonymous_function = named
resharper_arguments_skip_single = true
resharper_blank_lines_after_start_comment = 0
resharper_blank_lines_around_auto_property = 0
resharper_braces_for_foreach = required
resharper_braces_for_ifelse = required
resharper_braces_redundant = false
resharper_convert_to_primary_constructor_highlighting = false
resharper_csharp_indent_invocation_pars = none
resharper_csharp_insert_final_newline = true
resharper_csharp_keep_existing_enum_arrangement = false
resharper_csharp_remove_blank_lines_near_braces_in_declarations = false
resharper_csharp_wrap_arguments_style = chop_if_long
resharper_indent_inside_namespace = false
resharper_indent_preprocessor_other = outdent
resharper_instance_members_qualify_declared_in = this_class
resharper_keep_existing_attribute_arrangement = true
resharper_max_attribute_length_for_same_line = 0
resharper_outdent_binary_ops = true
resharper_parentheses_redundancy_style = remove
resharper_place_accessorholder_attribute_on_same_line = false
resharper_place_expr_method_on_single_line = true
resharper_place_expr_property_on_single_line = true
resharper_place_simple_embedded_statement_on_same_line = false
resharper_place_simple_initializer_on_single_line = false
resharper_wrap_list_pattern = chop_if_long
resharper_wrap_object_and_collection_initializer_style = chop_always