Add .editorconfig

This commit is contained in:
Christian Oliff 2018-12-23 15:42:48 +09:00 committed by Matthew Taylor
parent e5089aaa2f
commit 07addb4c99

16
.editorconfig Normal file
View file

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