15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"printWidth": 100,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": false
|
|
}
|