Files
swingmusic-webclient/.prettierrc
cwilvx ca4cb3c4a3 show buffered audio on progress bar
+ 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
2024-06-18 21:17:36 +03:00

10 lines
173 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120
}