Make sure YAML frontmatter is space-indented

This commit is contained in:
Yannik Rödel 2022-11-01 18:38:03 +01:00
parent 96100afd5d
commit f6185bddda

View file

@ -13,3 +13,5 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
# The YAML frontmatter doesn't allow tabs.
indent_style = space