Files
capa/webui/.prettierrc.json
2024-08-05 13:31:45 +02:00

8 lines
163 B
JSON

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