haste-server/.prettierrc.json

9 lines
132 B
JSON
Raw Normal View History

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