2025-02-23

2025-02-24
This commit is contained in:
gcch 2025-02-23 16:09:48 +01:00
commit 0f52ff0cef
40 changed files with 846 additions and 75 deletions

View file

@ -10,9 +10,9 @@
"Vue.js": {
"code_actions_on_format": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.organizeImports": false
},
"format_on_save": "on",
"format_on_save": "off",
"formatter": null,
"prettier": null
}