jellyfin-expo/.editorconfig
2020-07-21 23:52:54 -04:00

17 lines
200 B
INI

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