Ver código fonte

Fix .md editorconfig

Tulir Asokan 4 anos atrás
pai
commit
554bf5664e
1 arquivos alterados com 2 adições e 2 exclusões
  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