mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 16:20:37 +00:00
17 lines
200 B
INI
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
|