mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-02-07 20:09:27 +08:00
fix: prettier格式化会将光标移至文件末尾
This commit is contained in:
parent
64be0cee7f
commit
6832be98bf
@ -8,5 +8,6 @@
|
|||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
"vueIndentScriptAndStyle": false,
|
"vueIndentScriptAndStyle": false,
|
||||||
"arrowParens": "avoid",
|
"arrowParens": "avoid",
|
||||||
"trailingComma": "none"
|
"trailingComma": "none",
|
||||||
|
"endOfLine": "auto"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user