haste-server/.prettierrc.json

9 lines
133 B
JSON

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