App-Open-Source-per-iPhone-.../gatsby/.prettierrc

9 lines
132 B
Plaintext

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