aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-05-30 10:40:28 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-06-12 17:53:22 +0100
commit9b109f566adff4d394806b046b395363e523bd80 (patch)
tree63f0f8cf4d925bae1e565dbfbf6d856783f352dd /.editorconfig
parenta050901d4b40092dc356b59912c6df39e389c7b9 (diff)
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