Przeglądaj źródła

Remove line length configuration for markdown files

Francisco Giordano 3 lat temu
rodzic
commit
d3ff81b37f
1 zmienionych plików z 1 dodań i 1 usunięć
  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