Parcourir la source

Set max_line_length for docs in .editorconfig.

Sergey Fedoseev il y a 6 ans
Parent
commit
d21d1f9e05
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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