File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,19 @@ dotnet_style_qualification_for_method = false:none
34
34
dotnet_style_qualification_for_property = false :none
35
35
36
36
# ReSharper properties
37
+ resharper_align_multiline_binary_patterns = true
38
+ resharper_align_tuple_components = true
39
+ resharper_csharp_int_align_comments = true
40
+ resharper_csharp_outdent_dots = true
37
41
resharper_html_attribute_style = first_attribute_on_single_line
38
42
resharper_html_max_blank_lines_between_tags = 1
39
43
resharper_html_space_before_self_closing = true
44
+ resharper_int_align_switch_expressions = true
45
+ resharper_int_align_switch_sections = true
40
46
resharper_max_attribute_length_for_same_line = 180
41
47
no_indent_inside_if_element_longer_than = 5000
42
48
ij_html_space_inside_empty_tag = true
49
+ resharper_outdent_binary_pattern_ops = true
43
50
44
51
# Solution Files
45
52
[* .sln ]
You can’t perform that action at this time.
0 commit comments