lila/.prettierrc.json

6 lines
73 B
JSON
Raw Normal View History

{
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
}