mithril-vndb/.editorconfig
Isiah Meadows 48e7fd1711
Refactor scripts (#2465)
* Refactor all kinds of scripts

* Update docs to ensure linter passes
2019-07-27 15:12:49 -04:00

15 lines
237 B
INI

root = true
[*]
charset = utf-8
[*.{js,json,yml,html,md}]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2