Skip to content

Commit d33b708

Browse files
committed
chore(shfmt): add simplify to .editorconfig
1 parent 230a2b2 commit d33b708

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dir-locals.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
(mode . ruff-format-on-save))
66
(sh-mode
77
(mode . shfmt-on-save)
8-
(shfmt-arguments "-s")
98
(flycheck-sh-bash-args "-O" "extglob")
109
(sh-indent-comment . t)))

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ insert_final_newline = true
99
max_line_length = 79
1010
# for shfmt
1111
function_next_line = true
12+
simplify = true
1213
switch_case_indent = true
1314

1415
[Makefile.am]

0 commit comments

Comments
 (0)