ruoyi-plus-soybean/.vscode/settings.json

23 lines
587 B
JSON
Raw Normal View History

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.fontLigatures": true,
"editor.formatOnSave": false,
"editor.quickSuggestions": {
"strings": true
},
"editor.tabSize": 2,
2023-07-19 23:28:32 +08:00
"eslint.validate": ["svelte", "astro", "json"],
"files.associations": {
2023-07-19 23:28:32 +08:00
"*.env.*": "dotenv",
"*.svg": "html"
},
"files.eol": "\n",
2023-07-19 23:28:32 +08:00
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"]
}