phcd/.prettierrc

10 lines
162 B
Plaintext

{
"printWidth": 100,
"singleQuote": true,
"quoteProps": "consistent",
"tabWidth": 4,
"semi": false,
"arrowParens": "avoid",
"proseWrap": "always"
}