mirror of
https://github.com/caprover/caprover
synced 2025-10-30 01:57:03 +00:00
Reverted unintended changes in https://github.com/caprover/caprover/pull/2336
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -6,7 +6,7 @@
|
||||
"**/built": true,
|
||||
"**/coverge": true
|
||||
},
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "explicit",
|
||||
"source.fixAll.eslint": "explicit",
|
||||
@@ -19,7 +19,7 @@
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
},
|
||||
"[plaintext]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.defaultFormatter": null
|
||||
},
|
||||
"files.associations": {
|
||||
|
||||
Reference in New Issue
Block a user