From 56cd15bd51911cdd3428a17e39689b412d55dd85 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 21 Nov 2022 13:48:16 -0600 Subject: [PATCH] chore(editorconfig): Remove EOL specification in editorconfig This intereferes with patch editing in Git (e.g. `git add -p`) --- .editorconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index a139f56a..bf89a932 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ [*] charset = utf-8 -end_of_line = crlf trim_trailing_whitespace = true insert_final_newline = true indent_style = space @@ -1101,7 +1100,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 +1323,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 @@ -2224,5 +2223,5 @@ resharper_xunit_xunit_test_with_console_output_highlighting = warning [*.json] ij_javascript_array_initializer_right_brace_on_new_line = false -[*.{appxmanifest,asax,ascx,aspx,axaml,build,c,c++,cc,cginc,compute,cp,cpp,cs,cshtml,cu,cuh,cxx,dtd,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,master,mpp,mq4,mq5,mqh,nuspec,paml,razor,resw,resx,skin,tpp,usf,ush,vb,xaml,xamlx,xoml,xsd}] +[*.{cs,ps1}] indent_size = 4