From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Code formatting Date: Sun, 31 Jul 2016 12:59:02 +0200 Message-ID: <874m76845l.fsf@gnu.org> References: <20160729082357.17501-1-david@craven.ch> <87lh0kxncf.fsf@gnu.org> <20160730085741.GC23346@solar> <871t2aagqd.fsf_-_@gnu.org> <20160731123412.7515094d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bToT3-0001HR-Ox for guix-devel@gnu.org; Sun, 31 Jul 2016 06:59:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bToT0-0000iV-Io for guix-devel@gnu.org; Sun, 31 Jul 2016 06:59:37 -0400 In-Reply-To: <20160731123412.7515094d@scratchpost.org> (Danny Milosavljevic's message of "Sun, 31 Jul 2016 12:34:12 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org, David Craven Danny Milosavljevic skribis: >> Bonus to whoever posts indentation rules for their favorite editor! :-) > > Is there a standalone program that reformats Scheme code to what we want = it to be?=20 There=E2=80=99s Emacs, which can be invoked for batch processing. I=E2=80= =99m not sure what the right incantation is. Though to me, it sounds more productive to have $EDITOR do the right thing. Ludo=E2=80=99.