Add markdown editor configuration

This commit is contained in:
2024-04-03 22:37:56 +02:00
parent 6ce52cc037
commit eeb044bab0

View File

@@ -4,3 +4,8 @@ root = true
indent_style=tab
indent_size=4
[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2