view .dir-locals.el @ 32237:6d20f476936e

fix another crash of variable editor with Qt6 * variable-editor.cc (variable_editor::variable_focused): only search for direct children in findchildren <variable_dock_widget *>
author Torsten Lilge <ttl-octave@mailbox.org>
date Sat, 05 Aug 2023 16:12:14 +0200
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))