2023-01-18 22:46:19 -03:00
|
|
|
{
|
2023-01-25 20:55:24 -03:00
|
|
|
"useTabs": false,
|
|
|
|
"tabWidth": 4,
|
|
|
|
"trailingComma": "none",
|
|
|
|
"semi": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"vueIndentScriptAndStyle": true,
|
|
|
|
"singleAttributePerLine": true,
|
|
|
|
"printWidth": 250,
|
|
|
|
"bracketSameLine": false,
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"arrowParens": "always",
|
|
|
|
"endOfLine": "lf"
|
|
|
|
}
|