Fixed #26406 -- Set isort line_length.

This commit is contained in:
Jarek Glowacki 2016-03-25 18:37:41 +11:00 committed by Tim Graham
parent e862296960
commit eaecada793
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = django
line_length = 79
multi_line_output = 5
not_skip = __init__.py