Fixed whitespace in templates
This commit is contained in:
parent
482e4cba41
commit
9ecb3f4910
|
@ -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
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue