On 06/02/2015 12:02 PM, Eric Blake wrote: > On 06/02/2015 09:26 AM, Daniel P. Berrange wrote: >> 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. >> >> Signed-off-by: Daniel P. Berrange <berra...@redhat.com> >> --- >> .dir-locals.el | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> create mode 100644 .dir-locals.el > > Since we already have .exrc to do the same for vim users, I'm all in > favor of this. >
+1 > Reviewed-by: Eric Blake <ebl...@redhat.com> > Reviewed-by: John Snow <js...@redhat.com>