mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-06 21:53:53 +08:00
initial commit
This commit is contained in:
commit
1fc59be401
38 changed files with 31653 additions and 0 deletions
30
.vscode/settings.json
vendored
Normal file
30
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"editor.defaultFormatter": null,
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[php]": {
|
||||
"editor.defaultFormatter": null,
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
"scss.validate": false,
|
||||
"css.validate": false,
|
||||
"less.validate": false,
|
||||
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.stylelint": true
|
||||
},
|
||||
"stylelint.validate": [
|
||||
"css",
|
||||
"scss"
|
||||
],
|
||||
"stylelint.snippet": [
|
||||
"css",
|
||||
"scss"
|
||||
],
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue