EvalueTonSavoir/client/.prettierrc.json

8 lines
147 B
JSON
Raw Permalink Normal View History

2024-04-05 20:10:59 -04:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}