summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorAlex Bennée2019-05-30 11:40:28 +0200
committerAlex Bennée2019-06-12 18:53:22 +0200
commit9b109f566adff4d394806b046b395363e523bd80 (patch)
tree63f0f8cf4d925bae1e565dbfbf6d856783f352dd /.editorconfig
parentMerge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into... (diff)
downloadqemu-9b109f566adff4d394806b046b395363e523bd80.tar.gz
qemu-9b109f566adff4d394806b046b395363e523bd80.tar.xz
qemu-9b109f566adff4d394806b046b395363e523bd80.zip
editorconfig: add setting for shell scripts
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
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