12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
|
|
{
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "none",
|
||
|
|
"tabWidth": 4,
|
||
|
|
"printWidth": 120,
|
||
|
|
"useTabs": false,
|
||
|
|
"semi": false,
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"htmlWhitespaceSensitivity": "ignore"
|
||
|
|
}
|