From 52a2c0fb853395ec231f9d71a5b071137d7b9f18 Mon Sep 17 00:00:00 2001 From: Marcus Oskarsson Date: Thu, 11 Jul 2024 14:08:46 +0200 Subject: [PATCH] Don't save format YAML files on save --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ed1116476..44ec13a49 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,4 +13,8 @@ "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" } + "[yaml]": { + "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.formatOnSave": false + }, }