jellyfin-expo/.editorconfig
2021-02-23 01:31:15 -05:00

18 lines
245 B
INI

root = true
[*]
insert_final_newline = true
end_of_line = lf
[{*.js, *.json, *.staticjs}]
charset = utf-8
trim_trailing_whitespace = true
[{*.js, .staticjs}]
indent_style = tab
quote_type = single
[*.json]
indent_style = space
tab_width = 4