Skip to content

Commit

Permalink
editorconfig: add setting for shell scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
stsquad committed Jun 12, 2019
1 parent a050901 commit 9b109f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Expand Up @@ -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
Expand Down

0 comments on commit 9b109f5

Please sign in to comment.