Skip to content

Commit 05c1032

Browse files
committed
Increase tidy column limit to 100
1 parent 15d78fc commit 05c1032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from licenseck import *
66

77
err=0
8-
cols=78
8+
cols=100
99

1010
# Be careful to support Python 2.4, 2.6, and 3.x here!
1111
config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ],

0 commit comments

Comments
 (0)