Kaydet (Commit) d43c91e1 authored tarafından Ramiro Morales's avatar Ramiro Morales Kaydeden (comit) Tim Graham

Added Python max_line_length to .editorconfig.

üst cee53422
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment