From 054b2df0048e655b15bbf5621316c1baba20a66b Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Tue, 3 Dec 2024 14:27:06 +0300 Subject: [PATCH] vscode: disable formatOnSave --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}