rfc.vac.dev/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2024-03-11 18:11:16 +00:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}