Add .editorconfig file

This commit is contained in:
SilentSpike
2019-01-30 21:47:17 +00:00
committed by Bryan Housel
parent 957eb28242
commit 1ae45b94f5

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