diff --git a/.vscode/settings.json b/.vscode/settings.json index e4a6b4f..3593466 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } }, -} \ No newline at end of file +}