Files
bamort/frontend/.prettierrc.json
T

8 lines
121 B
JSON
Raw Normal View History

2024-12-21 07:55:05 +01:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}