chore(editorconfig): Remove EOL specification in editorconfig

This intereferes with patch editing in Git (e.g. `git add -p`)
pull/151/head
Robert Dailey 2 years ago
parent 98b78e0613
commit 56cd15bd51

@ -3,7 +3,6 @@
[*] [*]
charset = utf-8 charset = utf-8
end_of_line = crlf
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
indent_style = space indent_style = space
@ -2224,5 +2223,5 @@ resharper_xunit_xunit_test_with_console_output_highlighting = warning
[*.json] [*.json]
ij_javascript_array_initializer_right_brace_on_new_line = false 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 indent_size = 4

Loading…
Cancel
Save