From e8ccbb36138be70d7bde028008849cf3bc94437f Mon Sep 17 00:00:00 2001 From: Axel Rindle Date: Sat, 10 Feb 2024 22:55:14 +0100 Subject: [PATCH] fix: disable built-in formatting --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7112ea9..6547b7c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,6 +25,6 @@ "typescript.preferences.quoteStyle": "single", "typescript.format.semicolons": "remove", "[typescript]": { - "editor.formatOnSave": true, + "editor.formatOnSave": false, }, }