vscode: disable formatOnSave

This commit is contained in:
Recep Aslantas
2024-12-03 14:27:06 +03:00
parent 93a2926a13
commit 054b2df004

View File

@@ -3,6 +3,7 @@
"restructuredtext.confPath": "${workspaceFolder}/docs/source",
"workbench.colorTheme": "Default Light+ Experimental",
"editor.fontSize": 14,
"editor.formatOnSave": false,
"workbench.colorCustomizations": {
"[Default Light*]": {
"editor.background": "#fefefe",
@@ -28,4 +29,4 @@
"editorGroupHeader.tabsBackground": "#1D1D25"
}
},
}
}