main-web/.prettierrc

8 lines
142 B
Plaintext
Raw Permalink Normal View History

2024-03-14 03:30:18 +00:00
{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"endOfLine": "auto",
"trailingComma": "none"
}