12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|