summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 56279deefb8e9fdbd51e8a8c83820a8272f6d8fa (plain)
1
2
3
4
5
6
7
8
9
10
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((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)))