Add editorconfig

This commit is contained in:
Sindre Aarsaether 2018-04-12 11:18:36 +02:00
parent c9f9bb4787
commit f003d26a92
1 changed files with 18 additions and 0 deletions

18
.editorconfig Normal file
View File

@ -0,0 +1,18 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.imba]
charset = utf-8
indent_style = tab
indent_size = 4
[package.json]
indent_style = space
indent_size = 2
[webpack.config.js]
indent_style = tab
indent_size = 4