9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid",
|
|
"semi": false,
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|