2026-07-29 16:29:26 -05:00
|
|
|
{
|
2026-07-31 13:46:10 -05:00
|
|
|
"semi": true,
|
2026-07-29 16:29:26 -05:00
|
|
|
"singleQuote": true,
|
|
|
|
|
"trailingComma": "all",
|
|
|
|
|
"printWidth": 100,
|
|
|
|
|
"tabWidth": 2,
|
2026-07-31 13:46:10 -05:00
|
|
|
"arrowParens": "always",
|
|
|
|
|
"bracketSpacing": true,
|
|
|
|
|
"vueIndentScriptAndStyle": true,
|
|
|
|
|
"endOfLine": "auto",
|
|
|
|
|
"singleAttributePerLine": true
|
2026-07-29 16:29:26 -05:00
|
|
|
}
|