10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always"
|
|
}
|