소스 검색

Added Python max_line_length to .editorconfig.

Ramiro Morales 8 년 전
부모
커밋
d43c91e134
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

@@ -10,6 +10,10 @@ trim_trailing_whitespace = true
 end_of_line = lf
 charset = utf-8
 
+# Docstrings and comments use max_line_length = 79
+[*.py]
+max_line_length = 119
+
 # Use 2 spaces for the HTML files
 [*.html]
 indent_size = 2