Ver código fonte

remove end_of_line from .editorconfig (#1372)

* git: checkout cs files with crlf

* remove end_of_line from .editorconfig

instead of forcing crlf checkout in git
mus65 1 ano atrás
pai
commit
0fb38718e6
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      .editorconfig

+ 0 - 1
.editorconfig

@@ -7,7 +7,6 @@ insert_final_newline = true
 indent_style = space
 indent_size = 4
 tab_width = 4
-end_of_line = crlf
 
 [*.{xml,csproj,props}]