12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"printWidth": 150,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"quoteProps": "preserve",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
}
|