dynare/.dir-locals.el

6 lines
143 B
EmacsLisp
Raw Normal View History

((nil .
((c-file-style . "gnu")
(indent-tabs-mode . nil)
(fill-column . 79)))
2015-10-12 15:41:47 +02:00
(makefile-mode . ((indent-tabs-mode . t))))