haste-server/.prettierrc.json
2022-05-27 11:00:09 +02:00

9 lines
132 B
JSON

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