This commit is contained in:
Kasra Bigdeli
2025-09-09 22:03:27 -07:00
parent 1b89d9123b
commit 8bd58bf32c

View File

@@ -6,7 +6,7 @@
"**/built": true, "**/built": true,
"**/coverge": true "**/coverge": true
}, },
"editor.formatOnSave": false, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": "explicit", "source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit", "source.fixAll.eslint": "explicit",
@@ -19,7 +19,7 @@
"editor.defaultFormatter": "foxundermoon.shell-format" "editor.defaultFormatter": "foxundermoon.shell-format"
}, },
"[plaintext]": { "[plaintext]": {
"editor.formatOnSave": true, "editor.formatOnSave": false,
"editor.defaultFormatter": null "editor.defaultFormatter": null
}, },
"files.associations": { "files.associations": {