eat-emacs/.dir-locals.el

8 lines
281 B
EmacsLisp
Raw Normal View History

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