Added .dir-locals.el for the emacs devs

This commit is contained in:
thorkill 2016-05-18 21:02:24 +02:00
parent a6543c144d
commit 9deb664a94

5
src/.dir-locals.el Normal file
View file

@ -0,0 +1,5 @@
((nil . ((indent-tabs-mode . t)
(tab-width . 2)))
(c-mode . (
;; Highlight leading space characters in Haskell files.
(eval . (highlight-regexp "^ *")))))