We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629a63c commit 72f8484Copy full SHA for 72f8484
.editorconfig
@@ -14,3 +14,7 @@ charset = utf-8
14
indent_style = space
15
indent_size = 4
16
17
+# Indentation settings for shell scripts
18
+[*.sh]
19
+indent_style = space
20
+indent_size = 2
0 commit comments