We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230a2b2 commit d33b708Copy full SHA for d33b708
.dir-locals.el
@@ -5,6 +5,5 @@
5
(mode . ruff-format-on-save))
6
(sh-mode
7
(mode . shfmt-on-save)
8
- (shfmt-arguments "-s")
9
(flycheck-sh-bash-args "-O" "extglob")
10
(sh-indent-comment . t)))
.editorconfig
@@ -9,6 +9,7 @@ insert_final_newline = true
max_line_length = 79
# for shfmt
11
function_next_line = true
12
+simplify = true
13
switch_case_indent = true
14
15
[Makefile.am]
0 commit comments