Files
capa/web/explorer/.prettierrc.json
2024-08-05 15:17:04 +02:00

8 lines
163 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 120,
"trailingComma": "none"
}