2020-04-15 18:01:53 +00:00
|
|
|
{
|
|
|
|
"useTabs": true,
|
2020-04-16 17:57:34 +00:00
|
|
|
"tabWidth": 2,
|
2020-04-15 18:01:53 +00:00
|
|
|
"semi": false,
|
|
|
|
"singleQuote": true,
|
|
|
|
"bracketSpacing": true,
|
2020-04-16 17:57:34 +00:00
|
|
|
"trailingComma": "none",
|
|
|
|
"printWidth": 120,
|
2020-04-15 18:01:53 +00:00
|
|
|
"arrowParens": "avoid",
|
2021-03-01 20:22:32 +00:00
|
|
|
"vueIndentScriptAndStyle": false,
|
|
|
|
"endOfLine": "lf"
|
|
|
|
}
|