scrummie-poker/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2024-10-06 15:15:36 +03:00
{
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 2,
"semi": true
}