view .dir-locals.el @ 24135:bdd4a8476c39

new icon for the plot menu in the variable editor * icons_license: add new icon to the list of derived icons with elements from the tango theme * plot-xy-curve.svg/png: new icon * module.mk, resource.qrc: add png file * variable-editor.cc: set the new icon for the plot menu
author Alexander Wilms <alexanderw>, Torsten <mttl@mailbox.org>
date Wed, 11 Oct 2017 07:06:23 +0200
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))))