From cef45a3a17af01489df3ee668eaadde6bc29f662 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 16 May 2024 02:13:16 -0500 Subject: docs: create docstrings for most root level files --- .chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.chezmoi.toml.tmpl') 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" -}} -- cgit v1.2.3