Add .editorconfig (#1451)

This commit is contained in:
Christian Oliff
2018-03-30 02:06:35 +09:00
committed by Waylan Limberg
parent 35f6412b51
commit f5fd2fa1bb

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.js]
indent_size = 2
[*.md]
trim_trailing_whitespace = false