spotifyplaylistarchive.com/.prettierrc
2023-01-01 22:20:44 +01:00

9 lines
157 B
Plaintext

{
"tabWidth": 2,
"printWidth": 80,
"useTabs": false,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf"
}