mirror of
https://github.com/swingmx/webclient.git
synced 2025-12-24 19:30:20 +00:00
+ add icons to avatar dropdown + add option to trigger scan on that dropdown + fix: adding folder to new folder not populating playlist name + add prettier config
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"printWidth": 120
|
|
}
|