13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
|
{
|
||
|
"arrowParens": "always",
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"printWidth": 110,
|
||
|
"proseWrap": "preserve",
|
||
|
"quoteProps": "as-needed",
|
||
|
"semi": true,
|
||
|
"tabWidth": 4,
|
||
|
"trailingComma": "es5",
|
||
|
"useTabs": true
|
||
|
}
|