We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2983175 commit 23dc07aCopy full SHA for 23dc07a
.editorconfig
@@ -0,0 +1,10 @@
1
+[*.sh]
2
+# like -i=2
3
+indent_style = space
4
+indent_size = 2
5
+
6
+#shell_variant = posix # like -ln=posix
7
+#binary_next_line = true # like -bn
8
+switch_case_indent = true # like -ci
9
+space_redirects = true # like -sr
10
+#keep_padding = true # like -kp
0 commit comments