summaryrefslogtreecommitdiffstats
path: root/.gitjournal.toml
diff options
context:
space:
mode:
authorSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-10 13:22:26 +0200
committerSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-10 13:22:26 +0200
commit8b33c1e3f4aecb85ac6a0b2ba196fddcd2c6f8f4 (patch)
tree748f8e22c7399fea9516a5e9ba147b4e6bb7167b /.gitjournal.toml
parent5c79184236d23ffbc4b4f9769398402b8b433ecf (diff)
Added "category_delimiters" configuration option
which is per default `["[", "]"]` - Changed summary parsing to remove dot at the end of the line if existing
Diffstat (limited to '.gitjournal.toml')
-rw-r--r--.gitjournal.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitjournal.toml b/.gitjournal.toml
index 13008af..0f34c51 100644
--- a/.gitjournal.toml
+++ b/.gitjournal.toml
@@ -1,4 +1,5 @@
categories = ["Added", "Changed", "Fixed", "Improved", "Removed"]
+category_delimiters = ["[", "]"]
colored_output = true
enable_debug = true
enable_footers = false