summaryrefslogtreecommitdiff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-05-16 02:13:16 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitcef45a3a17af01489df3ee668eaadde6bc29f662 (patch)
treeac7e9bd539bb5c43fc901b642bbe26b41edfdb1d /.chezmoi.toml.tmpl
parent471d5c9a7e4038d517bbfc4fae56089a766aa5e4 (diff)
docs: create docstrings for most root level files
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r--.chezmoi.toml.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl
index 3b55171..fc66123 100644
--- a/.chezmoi.toml.tmpl
+++ b/.chezmoi.toml.tmpl
@@ -8,8 +8,8 @@
# templateable values. The resulting file is then created at
# `~/.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" -}}