Minor tweaks and fixes.

This commit is contained in:
2025-02-22 16:12:07 -06:00
parent 6bbd75f6a4
commit 63b286a6ed
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "always"
}
},