Standard Windows style .editorconfig

This commit is contained in:
Iristyle
2012-10-02 07:48:19 -04:00
parent 650c44a000
commit 36ff52767d

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true