Message from discussion
erl_tidy customization
Received: by 10.204.154.76 with SMTP id n12mr102392bkw.1.1347992425017;
Tue, 18 Sep 2012 11:20:25 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.4.74 with SMTP id 10ls306377bkq.0.gmail; Tue, 18 Sep 2012
11:20:24 -0700 (PDT)
Received: by 10.205.139.2 with SMTP id iu2mr99940bkc.7.1347992424612;
Tue, 18 Sep 2012 11:20:24 -0700 (PDT)
Received: by 10.205.139.2 with SMTP id iu2mr99939bkc.7.1347992424456;
Tue, 18 Sep 2012 11:20:24 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id e23si34470bks.0.2012.09.18.11.20.24;
Tue, 18 Sep 2012 11:20:24 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 902055C14C;
Tue, 18 Sep 2012 20:20:16 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com
[209.85.223.181])
by hades.cslab.ericsson.net (Postfix) with ESMTP id E07225C000
for <erlang-questi...@erlang.org>; Tue, 18 Sep 2012 20:20:14 +0200 (CEST)
Received: by iebc13 with SMTP id c13so192888ieb.40
for <erlang-questi...@erlang.org>; Tue, 18 Sep 2012 11:20:13 -0700 (PDT)
d=google.com; s=20120113;
h=subject:from:content-type:x-mailer:message-id:date:to
:content-transfer-encoding:mime-version:x-gm-message-state;
bh=EQXIbWqS0DRHC36jKOXSiTG7aOCK2Zf9sUBHbx55ivE=;
b=lD8TSN/MoptebCTjG8xbRwXGIpqN/2C/z/LOuZTtBcoWzzH6ZWcPsE53ie8mMFcnf3
GVe0y8ZHTaHmL+cS5i57+fGcWzNEj6tPfi5NjHdl/cAFNyk3Yd1wgFfhqg6GDauMLZLF
XEgX4raBAE1iVjjKSlys837HSfLMovYgkfHL6/ysLPINKAlCyZwSqPJbpvPNvoQ0KUIg
r7tgboNEvVIxNzjE1CJMBnkX1LdU/3vbilN7jzPJEo4Aypr5SVIKdqx8W4Szh/fjtyf1
g+zI40/RxlpNX4ViF+4mCp2QcvtpJ71DLd79ZOk7s34GhxTFY8KxAoAgrjTzqWETWIXT
y1ew==
Received: by 10.50.85.226 with SMTP id k2mr454734igz.61.1347992413727;
Tue, 18 Sep 2012 11:20:13 -0700 (PDT)
Received: from [10.46.32.78] ([166.137.86.153])
by mx.google.com with ESMTPS id ce10sm13392299igb.1.2012.09.18.11.20.12
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 18 Sep 2012 11:20:12 -0700 (PDT)
From: David Goehrig <d...@nexttolast.com>
X-Mailer: iPhone Mail (9B206)
Message-Id: <C2DCD2BF-255D-4757-A92A-D15443B2C...@nexttolast.com>
Date: Tue, 18 Sep 2012 14:20:07 -0400
To: "erlang-questi...@erlang.org" <erlang-questi...@erlang.org>
Mime-Version: 1.0 (1.0)
X-Gm-Message-State: ALoCoQmALs2TWKJKHWA9EKu034Xr3R4OscqDRIUYVgIZDx1Jgi7pa2v5WZ2ZC8w38VSpdmUC7/fe
Subject: [erlang-questions] erl_tidy customization
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
Recently I ran erl_tidy on a code base and found myself quickly backing out its changes. As I get older and my vision gets weaker, I find my ability to distinguish between indenting levels declining. Match that with wide screen displays and larger font sizes, erl_tidy's formatting leaves a good deal to be desired.
I saw there was a discussion in 2010 about hacking new pretty printers, but didn't see any links with code. Does anyone know of a good non-emacs mode pretty printer they can share? I'd rather not start from scratch :)
Dave
-=-=- d...@nexttolast.com -=-=-
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions