10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleAttributePerLine": false,
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid"
|
|
}
|