Browse Source

Remove line length configuration for markdown files

Francisco Giordano 3 năm trước cách đây
mục cha
commit
d3ff81b37f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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