twitch-tui/.editorconfig
2022-09-02 00:03:30 -07:00

12 lines
155 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.rs]
indent_size = 4