From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0VEI-0005YS-2n for qemu-devel@nongnu.org; Thu, 04 Jun 2015 09:30:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0VEE-00079E-Tg for qemu-devel@nongnu.org; Thu, 04 Jun 2015 09:30:42 -0400 Date: Thu, 4 Jun 2015 14:30:35 +0100 From: "Daniel P. Berrange" Message-ID: <20150604133034.GB27201@redhat.com> References: <1433258768-28946-1-git-send-email-berrange@redhat.com> <87twupxmgj.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87twupxmgj.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH] Add .dir-locals.el file to configure emacs coding style Reply-To: "Daniel P. Berrange" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Wed, Jun 03, 2015 at 09:47:24AM +0200, Markus Armbruster wrote: > "Daniel P. Berrange" writes: > > > The default emacs setup indents by 2 spaces and uses tabs > > which is counter to the QEMU coding style rules. Adding a > > .dir-locals.el file in the top level of the GIT repo will > > inform emacs about the QEMU coding style, and so assist > > contributors in avoiding common style mistakes before > > they submit patches. > > Yes, please! > > > Signed-off-by: Daniel P. Berrange > > --- > > .dir-locals.el | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > create mode 100644 .dir-locals.el > > > > diff --git a/.dir-locals.el b/.dir-locals.el > > new file mode 100644 > > index 0000000..ddb2fae > > --- /dev/null > > +++ b/.dir-locals.el > > @@ -0,0 +1,8 @@ > > +( > > + (c-mode . ( > > + (c-file-style . "K&R") > > + (indent-tabs-mode . nil) > > + (c-indent-level . 4) > > + (c-basic-offset . 4) > > + )) > > +) [snip] > Does the following .dir-locals.el work for you equally well? > > ((c-mode . ((c-file-style . "stroustrup") > (indent-tabs-mode . nil)))) Yes, that is fine too. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|