Ver Fonte

Remove line length configuration for markdown files

Francisco Giordano há 3 anos atrás
pai
commit
d3ff81b37f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -17,5 +17,5 @@ indent_size = 4
 [*.js]
 indent_size = 2
 
-[*.adoc]
+[*.{adoc,md}]
 max_line_length = 0