From 6f66588fd0053f1401a4e63b9a8383fd2866d10e Mon Sep 17 00:00:00 2001 From: Julian Pawlowski <75446+jpawlowski@users.noreply.github.com> Date: Wed, 23 Apr 2025 18:43:46 +0200 Subject: [PATCH] fix --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d05aa90..87f3784 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,8 +29,8 @@ ], "settings": { "editor.tabSize": 4, - "editor.formatOnPaste": false, - "editor.formatOnSave": false, + "editor.formatOnPaste": true, + "editor.formatOnSave": true, "editor.formatOnType": false, "files.eol": "\n", "files.trimTrailingWhitespace": true,