rDrama/.editorconfig
2022-05-08 23:14:58 -05:00

9 lines
113 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{py,js,ts}]
charset = utf-8
indent_style = tab