10 lines
167 B

{
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleAttributePerLine": false,
"bracketSpacing": true,
"singleQuote": true,
"arrowParens": "avoid"
}