buckets/frontend/.prettierrc.json

7 lines
106 B
JSON

{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2
}