From: Alex Bennée Date: Thu, 30 May 2019 09:40:28 +0000 (+0100) Subject: editorconfig: add setting for shell scripts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b109f566adff4d394806b046b395363e523bd80;p=qemu.git editorconfig: add setting for shell scripts Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- diff --git a/.editorconfig b/.editorconfig index df6db65531..a001f340bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,6 +26,10 @@ file_type_emacs = makefile indent_style = space indent_size = 4 +[*.sh] +indent_style = space +indent_size = 4 + [*.{s,S}] indent_style = tab indent_size = 8