Selaa lähdekoodia

Fix .md editorconfig

Tulir Asokan 4 vuotta sitten
vanhempi
sitoutus
554bf5664e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .editorconfig

+ 2 - 2
.editorconfig

@@ -11,8 +11,8 @@ insert_final_newline = true
 [*.py]
 max_line_length = 99
 
-[*.{yaml,yml,py}]
+[*.{yaml,yml,py,md}]
 indent_style = space
 
-[.gitlab-ci.yml]
+[{.gitlab-ci.yml,*.md}]
 indent_size = 2