rhymix/.editorconfig

16 lines
231 B
INI

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