nalc-server/.dir-locals.el
2025-03-17 16:38:52 +01:00

15 lines
250 B
EmacsLisp

;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((lua-mode
(fill-column . 80)
(tab-width . 4)
(indent-tabs-mode . t)))
((sh-mode
(fill-column . 80)
(tab-width . 4)
(indent-tabs-mode . t)))