Re: [Qemu-devel] [PATCH v1 01/26] editorconfig: add setting for shell scripts

2019-05-30 Thread Richard Henderson
On 5/30/19 5:15 AM, Alex Bennée wrote: > Signed-off-by: Alex Bennée > --- > .editorconfig | 4 > 1 file changed, 4 insertions(+) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v1 01/26] editorconfig: add setting for shell scripts

2019-05-30 Thread Alex Bennée
Signed-off-by: Alex Bennée --- .editorconfig | 4 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index df6db65531d..a001f340bd8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,6 +26,10 @@ file_type_emacs = makefile indent_style = space indent_size = 4 +