summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index eb44fcd7e4..f270d4cdaa 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,3 +9,7 @@ charset = utf-8
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true
+
+[*.sh]
+indent_style = space
+indent_size = 2