{
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"printWidth": 400,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}