Add editorconfig
This commit is contained in:
parent
c9f9bb4787
commit
f003d26a92
|
@ -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
|
Loading…
Reference in New Issue