10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 100,
|
|
"bracketSameLine": true,
|
|
"endOfLine" : "auto"
|
|
} |