Files
rojo/.editorconfig
2018-04-08 00:09:28 -07:00

15 lines
205 B
INI

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