mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
18 lines
245 B
INI
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
|