diff options
author | Alex Bennée | 2019-05-30 11:40:28 +0200 |
---|---|---|
committer | Alex Bennée | 2019-06-12 18:53:22 +0200 |
commit | 9b109f566adff4d394806b046b395363e523bd80 (patch) | |
tree | 63f0f8cf4d925bae1e565dbfbf6d856783f352dd /.editorconfig | |
parent | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into... (diff) | |
download | qemu-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-- | .editorconfig | 4 |
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 |