Added Python max_line_length to .editorconfig.

This commit is contained in:
Ramiro Morales 2016-06-11 13:16:24 -03:00 committed by Tim Graham
parent cee534228c
commit d43c91e134
1 changed files with 4 additions and 0 deletions

View File

@ -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