From dbc817f46529113328f2cbc8d1d83bd4139b54e0 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 4 Aug 2014 10:54:16 -0400 Subject: Switch default to 79 characters to be consistent with pep8 --- isort/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/settings.py b/isort/settings.py index 3da46f31..96071712 100644 --- a/isort/settings.py +++ b/isort/settings.py @@ -43,7 +43,7 @@ WrapModes = namedtuple('WrapModes', WrapModes)(*range(len(WrapModes))) # Note that none of these lists must be complete as they are simply fallbacks for when included auto-detection fails. default = {'force_to_top': [], 'skip': ['__init__.py', ], - 'line_length': 80, + 'line_length': 79, 'known_standard_library': ["abc", "anydbm", "argparse", "array", "asynchat", "asyncore", "atexit", "base64", "BaseHTTPServer", "bisect", "bz2", "calendar", "cgitb", "cmd", "codecs", "collections", "commands", "compileall", "ConfigParser", "contextlib", "Cookie", -- cgit v1.2.1