metropolis/.prettierrc

5 lines
68 B
Plaintext
Raw Normal View History

2021-07-08 19:40:14 +02:00
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2
}