10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 120
|
|
}
|