diff --git a/.editorconfig b/.editorconfig index 2e149146..98c179cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,7 @@ indent_size = 2 [*.py] charset = utf-8 -[*.{yml,yaml}] +[*.{yml,yaml,md}] indent_size = 2 [Makefile]