Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+)
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 -- 2.20.1