9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always"
|
|
}
|