editorconfig: add markdown settings

This commit is contained in:
Christian Kellner 2020-09-30 12:34:55 +02:00
parent e6f9721276
commit 57347fbbb7

View file

@ -9,3 +9,7 @@ charset = utf-8
[*.sh] [*.sh]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[.md]
indent_style = space
indent_size = 2