summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index db8dc273..56279dee 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,5 +4,7 @@
((python-mode
(eval add-hook 'before-save-hook 'blacken-buffer nil t))
(sh-mode
+ (mode . shfmt-on-save)
+ (shfmt-arguments "-s")
(flycheck-sh-bash-args "-O" "extglob")
(sh-indent-comment . t)))