view .dir-locals.el @ 20643:1a02e15a9f4c stable

datevec.m: Properly handle FFF millisecond code (bug #46171). * datevec.m: Replace FFF format with a 3-digit zero-padded number representing actual milliseconds before calling strptime. Add BIST tests for new functionality.
author Nicholas R. Jankowski <jankowskin@asme.org>
date Thu, 22 Oct 2015 10:53:22 -0700
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))))