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

((python-mode
  (mode . ruff-format-on-save))
 (sh-mode
  (mode . shfmt-on-save)
  (shfmt-arguments "-s")
  (flycheck-sh-bash-args "-O" "extglob")
  (sh-indent-comment . t)))