Merge pull request #2563 from HazardDev/master

Create .editorconfig
This commit is contained in:
Jaex 2017-06-08 03:34:44 +03:00 committed by GitHub
commit 16ec46823e

9
.editorconfig Normal file
View file

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