view .dir-locals.el @ 28129:16ccaebe250a stable

mkoctfile: quote linker arguments that may contain spaces (bug #57878) * mkoctfile.in.cc (main): Quote linker arguments and options starting with '-L', '-R', or '-Wl' if they contain file or directory names with spaces.
author Mike Miller <mtmiller@octave.org>
date Fri, 21 Feb 2020 18:25:05 -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))))