mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
Added Python max_line_length to .editorconfig.
This commit is contained in:
parent
cee534228c
commit
d43c91e134
@ -10,6 +10,10 @@ trim_trailing_whitespace = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
|
# Docstrings and comments use max_line_length = 79
|
||||||
|
[*.py]
|
||||||
|
max_line_length = 119
|
||||||
|
|
||||||
# Use 2 spaces for the HTML files
|
# Use 2 spaces for the HTML files
|
||||||
[*.html]
|
[*.html]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user