spotifyplaylistarchive.com/.prettierrc

10 lines
158 B
Plaintext
Raw Permalink Normal View History

2022-06-29 09:22:55 +02:00
{
"tabWidth": 2,
"printWidth": 80,
"useTabs": false,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf"
}