mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-03-03 19:47:34 +00:00
Use 2 spaces for indentation
This commit is contained in:
parent
ac70fa62ba
commit
e7c628dcfa
@ -42,7 +42,7 @@
|
||||
"comma-dangle": ["error", "never"],
|
||||
"comma-spacing": ["error"],
|
||||
"eol-last": ["error"],
|
||||
"indent": ["error", 4, { "SwitchCase": 1 }],
|
||||
"indent": ["error", 2, { "SwitchCase": 1 }],
|
||||
"keyword-spacing": ["error"],
|
||||
"max-statements-per-line": ["error"],
|
||||
"no-floating-decimal": ["error"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user