Skip to content

Commit d43c91e

Browse files
ramirotimgraham
authored andcommitted
Added Python max_line_length to .editorconfig.
1 parent cee5342 commit d43c91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ trim_trailing_whitespace = true
1010
end_of_line = lf
1111
charset = utf-8
1212

13+
# Docstrings and comments use max_line_length = 79
14+
[*.py]
15+
max_line_length = 119
16+
1317
# Use 2 spaces for the HTML files
1418
[*.html]
1519
indent_size = 2

0 commit comments

Comments
 (0)