mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-02 07:09:01 +08:00
Compare commits
1 Commits
3634fcf9e7
...
917daa71c8
Author | SHA1 | Date | |
---|---|---|---|
|
917daa71c8 |
5
.editorconfig
Normal file
5
.editorconfig
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
@ -2,6 +2,6 @@
|
|||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"endOfLine": "auto",
|
"endOfLine": "lf",
|
||||||
"htmlWhitespaceSensitivity": "ignore"
|
"htmlWhitespaceSensitivity": "ignore"
|
||||||
}
|
}
|
||||||
|
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user