diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-05-16 02:13:16 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | cef45a3a17af01489df3ee668eaadde6bc29f662 (patch) | |
| tree | ac7e9bd539bb5c43fc901b642bbe26b41edfdb1d /dot_gitconfig.tmpl | |
| parent | 471d5c9a7e4038d517bbfc4fae56089a766aa5e4 (diff) | |
docs: create docstrings for most root level files
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index a8e6b81..fb97bed 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -6,8 +6,8 @@ # I work with Git on Windows and Linux, and some configuations might # use different locations. This mainly contains the aliases I want # to keep consistent between machines. -# -# {{/* This file supports Go's text/template language. */}} + +{{/* This file supports Go's text/template language. */ -}} [push] autoSetupRemote = true |
