From 05c103238d977fe8c5d6b614f21f581069373524 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 12 Mar 2013 10:55:39 -0700 Subject: [PATCH] Increase tidy column limit to 100 --- src/etc/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 997a9dd50fd18..a5cf6141567be 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -5,7 +5,7 @@ from licenseck import * err=0 -cols=78 +cols=100 # Be careful to support Python 2.4, 2.6, and 3.x here! config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ],