a more explicit .prettierrc

pull/239/head
Adam Pash 5 years ago
parent c6f42c1278
commit 15f7fa1e27

@ -1,5 +1,10 @@
{
"trailingComma": "es5",
"semi": true,
"singleQuote": true
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "avoid"
}

Loading…
Cancel
Save