mirror of
https://github.com/pheralb/svgl.git
synced 2024-12-05 05:42:35 +08:00
🛠️ Add settings for vscode.
This commit is contained in:
parent
b1a66f08b7
commit
ded2f67273
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"tailwindCSS.experimental.classRegex": [["[\"'`]([^\"'`]*).*?[\"'`]"]]
|
||||
}
|
Loading…
Reference in New Issue
Block a user