fix(vscode): do not format on save
This commit is contained in:
Vendored
+1
-1
@@ -1044,7 +1044,7 @@
|
||||
"workbench.externalBrowser": "chrome",
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"explorer.confirmPasteNative": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": false,
|
||||
"git.confirmSync": false,
|
||||
"git.repositoryScanMaxDepth": 2,
|
||||
"remote.autoForwardPortsSource": "hybrid",
|
||||
|
||||
Reference in New Issue
Block a user