carbon/.prettierrc

7 lines
90 B
Plaintext

{
"singleQuote": true,
"printWidth": 100,
"semi": false,
"arrowParens": "avoid"
}