13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "crlf",
|
|
"printWidth": 150,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabs": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"vueIndentScriptAndStyle": true
|
|
}
|