fix: prettier格式化会将光标移至文件末尾

This commit is contained in:
unanmed 2023-10-13 21:28:37 +08:00
parent 64be0cee7f
commit 6832be98bf

View File

@ -8,5 +8,6 @@
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"arrowParens": "avoid",
"trailingComma": "none"
"trailingComma": "none",
"endOfLine": "auto"
}