From 98b78e0613f000e3c5fdc072c338c981eecce9b1 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 23 Nov 2022 09:06:53 -0600 Subject: [PATCH] chore(editorconfig): resharper_indent_preprocessor_if = outdent Controls indentation of preprocessor directives. --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index dd05f78f..a139f56a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -992,7 +992,7 @@ resharper_indent_nested_usings_stmt = false resharper_indent_nested_while_stmt = false resharper_indent_pars = inside resharper_indent_preprocessor_directives = none -resharper_indent_preprocessor_if = no_indent +resharper_indent_preprocessor_if = outdent resharper_indent_preprocessor_other = no_indent resharper_indent_preprocessor_region = usual_indent resharper_indent_statement_pars = inside @@ -1101,7 +1101,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 @@ -1324,7 +1324,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