diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-05-16 01:43:23 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | e989f635336321daebfaebfd45d662aa5a3e233a (patch) | |
| tree | bdbb712ce4eef5d49cdc92f8fd0955607cf8b713 | |
| parent | 29be2c3a542fcaa04a13e434564d238f3973a50f (diff) | |
style(chezmoi): include whitespace in template
| -rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 5f8c013..3b55171 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -9,8 +9,7 @@ # `~/.config/chezmoi/chezmoi.toml` # See https://www.chezmoi.io/docs/how-to/ # -# {{- /* This file supports Go's text/template language. */ -}} -# +# {{/* This file supports Go's text/template language. */}} {{ $git_email := promptStringOnce . "git_email" "Email address for Git global config" -}} {{ $git_name := promptStringOnce . "git_name" "Display name for Git global config" -}} |
