11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"printWidth": 110,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto"
|
|
}
|