Create .editorconfig

This commit is contained in:
Logan Saso 2017-06-07 17:30:30 -07:00 committed by GitHub
parent c5fa3aab69
commit 6ae627559c

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*.cs]
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = tab
indent_size = 4