basic-imba/.editorconfig

18 lines
231 B
INI
Raw Normal View History

2018-04-12 11:18:36 +02:00
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