Files
rojo/.editorconfig
Lucien Greathouse 7838b2e67d Initial commit
2017-11-29 17:25:37 -08:00

21 lines
321 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
[*.lua]
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[*.rs]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true