summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2023-04-28 22:41:15 +0200
committerMarcel Müller <neikos@neikos.email>2023-04-28 23:08:07 +0200
commitb95c66efe4ef7603ca7d79b1e2003407932d676c (patch)
tree6357032bd5a93483f3953f1776389f36033372aa /assets
parentf1acb1266a37c999e8fcfc4977c65f63b7f5da2c (diff)
Remove YAML from codebase
Signed-off-by: Marcel Müller <neikos@neikos.email>
Diffstat (limited to 'assets')
-rw-r--r--assets/default_config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/default_config.toml b/assets/default_config.toml
index 05f414d..9c0c75d 100644
--- a/assets/default_config.toml
+++ b/assets/default_config.toml
@@ -24,11 +24,11 @@ edit_data = true
#
# The format to edit the header with.
-# Possible values: "yaml", "toml"
+# Possible values: "toml"
#
-# Right now, only "yaml" is supported
+# Right now, only "toml" is supported
#
-edit_format = "Yaml"
+edit_format = "toml"
# Set whether and how to use git after creating a new entry
#