Fixed whitespace in templates

This commit is contained in:
Lockszmith (cs-dbg@VAST) 2025-05-08 16:30:52 +00:00
parent 482e4cba41
commit 9ecb3f4910
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
# oauthScopes = read_repository # oauthScopes = read_repository
[core] [core]
editor = vim editor = vim
{{- if lookPath "delta" -}} {{ if lookPath "delta" -}}
# delta will used as the default pager for git # delta will used as the default pager for git
# and ov as the default pager for delta # and ov as the default pager for delta
# the pager will be overloaded via the [pager] section for a few commands # 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 # It allows to maintain a simpler config file and avoid escaping quotes
diff = delta --features ov-diff diff = delta --features ov-diff
log = delta --features ov-log log = delta --features ov-log
{{- end -}} {{- end }}
[interactive] [interactive]
diffFilter = delta --color-only diffFilter = delta --color-only

View File

@ -8,4 +8,4 @@ if is_cmd szetup-kubectl4k3s && [ "$(systemctl is-active k3s.service)" = "active
fi fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: # vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
{{- end -}} {{- end }}