From 78bd08c5c34fbc6364ce907da2e2f1e8fb41482d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Ma=C3=B1osa?= <26429103+albertms10@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:39:31 +0100 Subject: [PATCH] =?UTF-8?q?chore(settings):=20=F0=9F=94=8F=20enable=20`git?= =?UTF-8?q?.alwaysSignOff`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Albert MaƱosa <26429103+albertms10@users.noreply.github.com> --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 467592ef..b832ed2b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,5 +29,6 @@ }, "files.associations": { "*.lock": "yaml" - } + }, + "git.alwaysSignOff": true }