11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 120,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"vueIndentScriptAndStyle": false,
|
|
"endOfLine": "auto"
|
|
}
|