From f925b408c6c0eaf700bfc0dcc093807f7da2db68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 23 Jun 2026 05:56:37 +0200 Subject: [PATCH] fix(vscode): do not format on save --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1535f33..914ea21 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", @@ -1073,4 +1073,4 @@ "icon": "terminal-powershell" } } -} +} \ No newline at end of file