Re: [Qemu-devel] [PATCH] .dir-locals.el: Explicitly set indentation level

2017-09-08 Thread Thiago Jung Bauermann
Markus Armbruster writes: > Thiago Jung Bauermann writes: > >> At least in some configurations, setting c-file-style is not enough to >> conform to the QEMU coding style, so explicitly set c-basic-offset as well. >> >> Signed-off-by: Thiago Jung

Re: [Qemu-devel] [PATCH] .dir-locals.el: Explicitly set indentation level

2017-09-05 Thread Markus Armbruster
Thiago Jung Bauermann writes: > At least in some configurations, setting c-file-style is not enough to > conform to the QEMU coding style, so explicitly set c-basic-offset as well. > > Signed-off-by: Thiago Jung Bauermann > --- > > My

Re: [Qemu-devel] [PATCH] .dir-locals.el: Explicitly set indentation level

2017-09-04 Thread Thiago Jung Bauermann
Thiago Jung Bauermann writes: > At least in some configurations, setting c-file-style is not enough to > conform to the QEMU coding style, so explicitly set c-basic-offset as well. > > Signed-off-by: Thiago Jung Bauermann > --- > > My

[Qemu-devel] [PATCH] .dir-locals.el: Explicitly set indentation level

2017-08-18 Thread Thiago Jung Bauermann
At least in some configurations, setting c-file-style is not enough to conform to the QEMU coding style, so explicitly set c-basic-offset as well. Signed-off-by: Thiago Jung Bauermann --- My emacs was using indentation level of 8 spaces and this patch convinced it