Files
rojo/.editorconfig
2017-12-08 16:50:30 -08:00

16 lines
233 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
[*.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