view .dir-locals.el @ 31070:d33af4594440 stable

__wglob__: Handle patterns with UNC paths on Windows (bug #62576). * liboctave/util/oct-glob.cc (windows_glob): Take portion until first file component for first step when recursing into UNC path patterns.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 04 Jun 2022 00:07:58 +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))))