main-web/.prettierrc

9 lines
134 B
Plaintext
Raw Permalink Normal View History

2024-08-20 12:11:33 +00:00
{
"printWidth": 200,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid"
}