mithril-vndb/.editorconfig
impinball b4fb21475c Add editorconfig, resolve differences
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00

10 lines
137 B
INI

root = true
[*]
charset = utf-8
[*.js]
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf