mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-06 22:19:30 -07:00
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"vueIndentScriptAndStyle": false,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"bracketSameLine": false,
|
|
"singleAttributePerLine": false
|
|
}
|