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,
|
"**/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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user