Skip to content

Commit 23dc07a

Browse files
committed
Add .editorconfig for shfmt
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2983175 commit 23dc07a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)