1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 22:59:01 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
zclzone
5629e80822 chore: 移除推荐插件中废弃的插件 2024-04-10 21:19:40 +08:00
zclzone
5b798d7db2 chore: 修改尾行风格为自动 2024-04-10 21:17:05 +08:00
3 changed files with 1 additions and 7 deletions

View File

@ -1,5 +0,0 @@
root = true
[*]
charset = utf-8
end_of_line = lf

View File

@ -2,6 +2,6 @@
"printWidth": 100, "printWidth": 100,
"singleQuote": true, "singleQuote": true,
"semi": false, "semi": false,
"endOfLine": "lf", "endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore" "htmlWhitespaceSensitivity": "ignore"
} }

View File

@ -1,7 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"Vue.volar", "Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"antfu.unocss", "antfu.unocss",
"antfu.iconify", "antfu.iconify",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",