diff options
| author | bors <bors@rust-lang.org> | 2013-03-13 16:01:00 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-13 16:01:00 -0700 |
| commit | 900a0c8df15162e750a6f34496dcf239d0848503 (patch) | |
| tree | 94934d754f1deb2edcf6aab8336141dce15479e8 | |
| parent | ab5472a7244896df20ceb7a12d9d30afc838f004 (diff) | |
| parent | 05c103238d977fe8c5d6b614f21f581069373524 (diff) | |
| download | rust-900a0c8df15162e750a6f34496dcf239d0848503.tar.gz rust-900a0c8df15162e750a6f34496dcf239d0848503.zip | |
auto merge of #5340 : brson/rust/column, r=brson
#5274
| -rw-r--r-- | src/etc/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 997a9dd50fd..a5cf6141567 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -5,7 +5,7 @@ import sys, fileinput, subprocess, re 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" ], |
