.editorconfig: add .md config
authorPierre Le Marre <dev@wismill.eu>
Thu, 4 May 2023 05:14:54 +0000 (07:14 +0200)
committerRan Benita <ran@unusedvar.com>
Thu, 4 May 2023 08:58:48 +0000 (11:58 +0300)
Signed-off-by: Ran Benita <ran@unusedvar.com>
.editorconfig

index 30a29dd..e977f36 100644 (file)
@@ -9,6 +9,6 @@ indent_style = space
 indent_size = 4
 max_line_length = 80
 
-[*.yml]
+[*.yml,*.md]
 indent_style = space
 indent_size = 2