summaryrefslogtreecommitdiffstats
path: root/src/configs/git_commit.rs
diff options
context:
space:
mode:
authorJason-S-Ross <40727264+Jason-S-Ross@users.noreply.github.com>2021-05-08 12:01:00 -0700
committerGitHub <noreply@github.com>2021-05-08 21:01:00 +0200
commit3b37bcd063f3c1b0d80e46a41a6bc9e1e933d4f7 (patch)
treeaf6b85adf2cb1ea22636a2016de4f41a63d17e51 /src/configs/git_commit.rs
parent45bb13047d7a0b68a2ddb5776b9140270312b6a0 (diff)
fix(git_commit): leading space in git commit tag (#2697)
* Move git_commit tag leading space into config Fixes #2692 * Update doc default commit tag
Diffstat (limited to 'src/configs/git_commit.rs')
-rw-r--r--src/configs/git_commit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/git_commit.rs b/src/configs/git_commit.rs
index 01c4c3ee3..bab6d2ae7 100644
--- a/src/configs/git_commit.rs
+++ b/src/configs/git_commit.rs
@@ -23,7 +23,7 @@ impl<'a> Default for GitCommitConfig<'a> {
style: "green bold",
only_detached: true,
disabled: false,
- tag_symbol: "🏷 ",
+ tag_symbol: " 🏷 ",
tag_disabled: true,
}
}