view .dir-locals.el @ 21532:936ab0fca2f7

Textscan returns emptyVal for rows with literal but no conversion (bug #47458) * oct-stream.cc (scan): only skip final line if nothing worked (err & 8) * oct-stream.cc (read_format_once): Record whether anything worked. * file-io.cc: Add built-in self test.
author Lachlan Andrew <lachlanbis@gmail.com>
date Tue, 22 Mar 2016 20:39:16 +1100
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

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