Files
rojo/.editorconfig
2018-06-10 22:50:37 -07:00

18 lines
244 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = false
trim_trailing_whitespace = true
[*.{json,js,css}]
indent_style = space
indent_size = 2
[*.{md,rs}]
indent_style = space
indent_size = 4
[*.lua]
indent_style = tab