view .dir-locals.el @ 25190:df4e64464f38 stable

Add focus proxy for Variable Editor to prevent loss of variable focus (bug #53410) * variable_editor.cc (variable_editor::variable_editor): Make the m_main QMainWindow the proxy for the variable_editor object.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Mon, 09 Apr 2018 16:46:00 -0500
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))))