9 lines
214 B
JSON
9 lines
214 B
JSON
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"vueIndentScriptAndStyle": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"singleAttributePerLine": true
|
|
}
|