瀏覽代碼

Set max_line_length for docs in .editorconfig.

Sergey Fedoseev 6 年之前
父節點
當前提交
d21d1f9e05
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

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