jellyfin-chromecast/.editorconfig

10 lines
147 B
INI
Raw Permalink Normal View History

2020-04-23 21:34:44 +00:00
root = true
[*]
2021-05-13 10:56:50 +00:00
charset = utf-8
end_of_line = lf
2020-04-23 21:34:44 +00:00
indent_style = space
indent_size = 4
2020-04-23 21:34:44 +00:00
insert_final_newline = true
2021-05-13 10:56:50 +00:00
trim_trailing_whitespace = true