jellyfin-expo/.editorconfig

18 lines
245 B
INI
Raw Normal View History

2020-07-22 03:48:14 +00:00
root = true
[*]
insert_final_newline = true
end_of_line = lf
2021-01-06 19:27:10 +00:00
[{*.js, *.json, *.staticjs}]
2020-07-22 03:48:14 +00:00
charset = utf-8
trim_trailing_whitespace = true
2021-01-06 19:27:10 +00:00
[{*.js, .staticjs}]
2020-07-22 03:48:14 +00:00
indent_style = tab
2021-02-23 06:31:15 +00:00
quote_type = single
2020-07-22 03:48:14 +00:00
[*.json]
indent_style = space
tab_width = 4