mithril-vndb/.editorconfig
2016-07-18 09:31:04 -04:00

11 lines
155 B
INI

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