2
0
Эх сурвалжийг харах

Added Python max_line_length to .editorconfig.

Ramiro Morales 8 жил өмнө
parent
commit
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