Skip to content

Commit a2cb01d

Browse files
committed
chore(ci): add .editorconfig to configure the shfmt linter
Signed-off-by: Avi Miller <[email protected]>
1 parent 5c8d914 commit a2cb01d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/linters/.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[*.sh]
2+
binary_next_line = true
3+
indent_style = space
4+
indent_size = 4
5+
insert_final_newline = true
6+
keep_padding = true
7+
shell_variant = bash
8+
space_redirects = true
9+
switch_case_indent = true
10+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)