Skip to content

Commit 2c6b23e

Browse files
committed
.editorconfig
1 parent cedc26d commit 2c6b23e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@ dotnet_style_qualification_for_method = false:none
3434
dotnet_style_qualification_for_property = false:none
3535

3636
# 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
3741
resharper_html_attribute_style = first_attribute_on_single_line
3842
resharper_html_max_blank_lines_between_tags = 1
3943
resharper_html_space_before_self_closing = true
44+
resharper_int_align_switch_expressions = true
45+
resharper_int_align_switch_sections = true
4046
resharper_max_attribute_length_for_same_line = 180
4147
no_indent_inside_if_element_longer_than = 5000
4248
ij_html_space_inside_empty_tag = true
49+
resharper_outdent_binary_pattern_ops = true
4350

4451
# Solution Files
4552
[*.sln]

0 commit comments

Comments
 (0)