Skip to content

Commit 72f8484

Browse files
authored
chore(editorconfig): add indentation settings for shell scripts (#1296)
1 parent 629a63c commit 72f8484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ charset = utf-8
1414
indent_style = space
1515
indent_size = 4
1616

17+
# Indentation settings for shell scripts
18+
[*.sh]
19+
indent_style = space
20+
indent_size = 2

0 commit comments

Comments
 (0)