view .dir-locals.el @ 17561:b41860a0bc24

Fix integer overflow in imwrite with floating point and uint32 images * __magick_read__.cc (encode_uint_image): Use uint64_t to avoid integer overflow with default integer type.
author Mike Miller <mtmiller@ieee.org>
date Thu, 03 Oct 2013 22:19:12 -0400
parents 7600200a54c8
children 9ff04de067ce
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))))