view .dir-locals.el @ 19637:5d1c7e967742 gui-release

Turn on OpenGL Multisampling for Qt plotting (bug #41819) * GLCanvas.cc (GLCanvas::GLCanvas): In constructor, inherit from QGLWidget with QGL::SampleBuffers enabled.
author Rik <rik@octave.org>
date Thu, 29 Jan 2015 19:42:32 -0800
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))))