Remove end-of-line from .editorconfig (#239)

* Add Editor config

* reset sln

* remove end-of-line setting
This commit is contained in:
Rudy Huyn 2019-03-09 15:46:32 -08:00 committed by Howard Wolosky
parent a98cb50a70
commit 0f615faff9

View File

@ -4,7 +4,6 @@ root = true
charset = utf-8-bom
indent_style = space
indent_size = 4
end_of_line = crlf
[*.{cpp,h}]
insert_final_newline = true