From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH 3/7] arm/run: set indentation defaults for emacs Date: Mon, 6 Jul 2015 14:59:23 +0200 Message-ID: <20150706125923.GE17217@hawk.localdomain> References: <1435931327-8073-1-git-send-email-alex.bennee@linaro.org> <1435931327-8073-4-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49406 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753445AbbGFM70 (ORCPT ); Mon, 6 Jul 2015 08:59:26 -0400 Content-Disposition: inline In-Reply-To: <1435931327-8073-4-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jul 03, 2015 at 02:48:43PM +0100, Alex Benn=E9e wrote: > Signed-off-by: Alex Benn=E9e > --- > arm/run | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/arm/run b/arm/run > index 662a856..6b42a2e 100755 > --- a/arm/run > +++ b/arm/run > @@ -1,4 +1,5 @@ > #!/bin/bash > +# -*- sh-basic-offset:8 indent-tabs-mode: t -*- This is kinda ugly, and I don't think we'll be editing this file enough to warrant it. Just let your left-most fingers on your left hand get some stretching in by reaching for that tab key :-) > =20 > if [ ! -f config.mak ]; then > echo run ./configure first. See ./configure -h > --=20 > 2.4.5 >=20 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html