Add .editorconfig

This commit is contained in:
Elias Kunnas
2017-03-03 16:25:55 +02:00
parent bf8a4dc5f7
commit 93df93d59f

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 2
[{package.json,*.yml,*.cjson}]
indent_style = space
indent_size = 2