view .dir-locals.el @ 14403:61cc4c715962

Replace file-separater "/" with "\" for MinGW MSYS shell. * __print_parse_opts__.m: For the print() utilities (ghostscript, epstool, fig2dev, pstoedit) full-file names replace file-separater "/" with "\" for MinGW MSYS shell.
author Ben Abbott <bpabbott@mac.com>
date Fri, 24 Feb 2012 07:57:50 -0500
parents 7600200a54c8
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (string-match "\\.h\\'" (buffer-file-name))
                 (unless (string-match "/gnulib/" (buffer-file-name))
                   (c++-mode)
                   (c-set-style "gnu"))))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))