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.
2 parents 810b457 + d33b708 commit a4fae7aCopy full SHA for a4fae7a
.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]
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
- id: gitlint
- repo: https://github.com/scop/pre-commit-shfmt
- rev: v3.11.0-1
+ rev: v3.12.0-2
hooks:
- id: shfmt
types: [text]
0 commit comments