From e989f635336321daebfaebfd45d662aa5a3e233a Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 16 May 2024 01:43:23 -0500 Subject: style(chezmoi): include whitespace in template --- .chezmoi.toml.tmpl | 3 +-- 1 file changed, 1 insertion(+), 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" -}} -- cgit v1.2.3