v20/.prettierrc

6 lines
69 B
Plaintext
Raw Normal View History

2023-03-04 17:16:31 +01:00
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2
}