Adds an editor config with default IDE settings from Rider. (#20)

This commit is contained in:
Kamron Batman 2019-03-05 16:25:04 -08:00 committed by GitHub
parent 8ccc2787e4
commit f833fdd1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
charset=utf-8
end_of_line=lf
trim_trailing_whitespace=true
insert_final_newline=true
indent_style=space
indent_size=4