view .dir-locals.el @ 9966:d4dab9605c49

correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
author John W. Eaton <jwe@octave.org>
date Fri, 11 Dec 2009 13:38:18 -0500
parents ac4b97c6bf8b
children 3d7a4a2d9cef
line wrap: on
line source

((nil . ((indent-tabs-mode . nil)
         (fill-column . 72)))
 (c-default-mode "gnu")
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))