megalodon/.prettierrc

9 lines
134 B
Plaintext
Raw Permalink Normal View History

{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 140,
"trailingComma": "none",
"arrowParens": "avoid"
}