Add .editorconfig file

This commit is contained in:
SilentSpike
2019-01-30 21:47:17 +00:00
parent 17bbc3d5a2
commit 1a66435b35

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = false
# for ESLint
[*.js]
end_of_line = lf
[*.{js,css,html}]
indent_style = space
indent_size = 4