eat-emacs/.dir-locals.el
2022-12-21 00:43:11 +06:00

7 lines
281 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((fill-column . 70)
(indent-tabs-mode . nil)))
(sh-mode . ((sh-basic-offset . 2)))
(makefile-mode . ((indent-tabs-mode . t))))