From 9ecb3f4910c65bd80d9b5f5cfedbe74de9bbc0ac Mon Sep 17 00:00:00 2001 From: "Lockszmith (cs-dbg@VAST)" Date: Thu, 8 May 2025 16:30:52 +0000 Subject: [PATCH] Fixed whitespace in templates --- chezmoi.roots/_home/dot_gitconfig.tmpl | 4 ++-- .../_home/private_dot_config/sz.env/555_fix-kubectl.env.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chezmoi.roots/_home/dot_gitconfig.tmpl b/chezmoi.roots/_home/dot_gitconfig.tmpl index 19b21b0..7c6ce05 100644 --- a/chezmoi.roots/_home/dot_gitconfig.tmpl +++ b/chezmoi.roots/_home/dot_gitconfig.tmpl @@ -39,7 +39,7 @@ # oauthScopes = read_repository [core] editor = vim - {{- if lookPath "delta" -}} +{{ if lookPath "delta" -}} # delta will used as the default pager for git # and ov as the default pager for delta # the pager will be overloaded via the [pager] section for a few commands @@ -54,7 +54,7 @@ # It allows to maintain a simpler config file and avoid escaping quotes diff = delta --features ov-diff log = delta --features ov-log - {{- end -}} +{{- end }} [interactive] diffFilter = delta --color-only diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/555_fix-kubectl.env.tmpl b/chezmoi.roots/_home/private_dot_config/sz.env/555_fix-kubectl.env.tmpl index 38a2fd2..d912eb7 100644 --- a/chezmoi.roots/_home/private_dot_config/sz.env/555_fix-kubectl.env.tmpl +++ b/chezmoi.roots/_home/private_dot_config/sz.env/555_fix-kubectl.env.tmpl @@ -8,4 +8,4 @@ if is_cmd szetup-kubectl4k3s && [ "$(systemctl is-active k3s.service)" = "active fi # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: -{{- end -}} +{{- end }}