1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Set max_line_length for docs in .editorconfig.

This commit is contained in:
Sergey Fedoseev 2018-06-20 18:24:58 +05:00 committed by Tim Graham
parent fa453b03a6
commit d21d1f9e05

View File

@ -39,3 +39,6 @@ indent_style = tab
# Batch files use tabs for indentation
[*.bat]
indent_style = tab
[docs/**.txt]
max_line_length = 79