view .dir-locals.el @ 27901:33219a1a6133

Allow Qt selection rectangle to be slightly larger than axes for ease of use (patch #9763) * Canvas.cc (select_object): Use Qt adjust() to expand selection bounding box to be 20 pixels greater than axes area.
author Rik <rik@octave.org>
date Thu, 02 Jan 2020 16:08:06 -0800
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))))