diff --git a/src/.editorconfig b/src/.editorconfig index 484de234..932cb8da 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1006,7 +1006,7 @@ resharper_linkage_specification_braces = end_of_line resharper_linkage_specification_indentation = none resharper_local_function_body = block_body resharper_max_array_initializer_elements_on_line = 10000 -resharper_max_attribute_length_for_same_line = 38 +resharper_max_attribute_length_for_same_line = 60 resharper_max_enum_members_on_line = 3 resharper_max_formal_parameters_on_line = 10000 resharper_max_initializer_elements_on_line = 1 @@ -1069,7 +1069,7 @@ resharper_remove_blank_lines_near_braces_in_declarations = true resharper_remove_this_qualifier = true resharper_requires_expression_braces = next_line resharper_resx_attribute_indent = single_indent -resharper_resx_linebreak_before_elements = +resharper_resx_linebreak_before_elements = resharper_resx_max_blank_lines_between_tags = 0 resharper_resx_max_line_length = 2147483647 resharper_resx_pi_attribute_style = do_not_touch @@ -1292,7 +1292,7 @@ resharper_xmldoc_wrap_lines = true resharper_xmldoc_wrap_tags_and_pi = true resharper_xmldoc_wrap_text = true resharper_xml_attribute_indent = align_by_first_attribute -resharper_xml_linebreak_before_elements = +resharper_xml_linebreak_before_elements = resharper_xml_max_blank_lines_between_tags = 2 resharper_xml_max_line_length = 120 resharper_xml_pi_attribute_style = do_not_touch