view .dir-locals.el @ 27522:3912e3a74e31

doc: Use "rightmost" to describe how format() behaves with multiple arguments. * NEWS: Use "rightmost" rather than "most right". * pr-output.cc (Fformat): Use "rightmost" rather than "most right".
author Rik <rik@octave.org>
date Fri, 18 Oct 2019 07:51:46 -0700
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))))