spotifyplaylistarchive.com/.prettierrc

9 lines
157 B
Plaintext
Raw Permalink Normal View History

2023-01-01 22:20:44 +01:00
{
"tabWidth": 2,
"printWidth": 80,
"useTabs": false,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf"
}