advent-of-code-ui/front/.prettierrc.json
2024-12-09 16:06:29 +00:00

8 lines
121 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}