mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Set max_line_length for docs in .editorconfig.
This commit is contained in:
parent
fa453b03a6
commit
d21d1f9e05
1 changed files with 3 additions and 0 deletions
|
|
@ -39,3 +39,6 @@ indent_style = tab
|
||||||
# Batch files use tabs for indentation
|
# Batch files use tabs for indentation
|
||||||
[*.bat]
|
[*.bat]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[docs/**.txt]
|
||||||
|
max_line_length = 79
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue