Merge pull request #5834 from SilentSpike/editorconfig

Add .editorconfig file
This commit is contained in:
Bryan Housel
2019-01-30 17:25:45 -05:00
committed by GitHub

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,json,css,html}]
indent_style = space
indent_size = 4