]> git.proxmox.com Git - mirror_qemu.git/commitdiff
editorconfig: add setting for shell scripts
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 30 May 2019 09:40:28 +0000 (10:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 12 Jun 2019 16:53:22 +0000 (17:53 +0100)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
.editorconfig

index df6db65531d168b505903f1c377627e4d0691279..a001f340bd8be482016d1f62a00913cf5b765b2b 100644 (file)
@@ -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