Explorar el Código

Set max_line_length for docs in .editorconfig.

Sergey Fedoseev hace 6 años
padre
commit
d21d1f9e05
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -39,3 +39,6 @@ indent_style = tab
 # Batch files use tabs for indentation
 [*.bat]
 indent_style = tab
+
+[docs/**.txt]
+max_line_length = 79