From b3e8a5af7c46581b84233773622e75f924d10c85 Mon Sep 17 00:00:00 2001 From: Lilou Date: Sun, 2 Nov 2025 21:00:01 +0100 Subject: [PATCH] =?UTF-8?q?Update=20settings=20from=20,=20profile=20=C2=AB?= =?UTF-8?q?=20main=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/main/data/settings.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 67873c0..554074c 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -74,7 +74,6 @@ "ansible.lightspeed.enabled": false, "git.confirmSync": false, "git.autofetch": true, - "git.enableSmartCommit": true, "basedpyright.analysis.inlayHints.callArgumentNamesMatching": true, "black-formatter.args": [ "--line-length", @@ -147,5 +146,14 @@ "explorer.excludeGitIgnore": true, "git.allowForcePush": true, "git.autoStash": true, - "git.blame.editorDecoration.enabled": true + "git.blame.editorDecoration.enabled": true, + "git.closeDiffOnOperation": true, + "git.fetchOnPull": true, + "git.followTagsWhenSync": true, + "git.mergeEditor": true, + "git.pullBeforeCheckout": true, + "git.rebaseWhenSync": true, + "git.terminalGitEditor": true, + "git.timeline.showUncommitted": true, + "git.untrackedChanges": "separate" } \ No newline at end of file