From: Alex Bennée Date: Thu, 30 May 2019 09:40:28 +0000 (+0100) Subject: editorconfig: add setting for shell scripts X-Git-Tag: v4.1.0-rc0~61^2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b109f566adff4d394806b046b395363e523bd80;p=thirdparty%2Fqemu.git editorconfig: add setting for shell scripts Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- 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 +[*.sh] +indent_style = space +indent_size = 4 + [*.{s,S}] indent_style = tab indent_size = 8