view .dir-locals.el @ 28549:f48162881819 stable

doc: Remove oudated documentation about gnulib updates (bug #57044) * etc/GNULIB.UPDATE: Remove file with oudated instructions. The current instructions about the gnulib update are given in `bootstrap.conf` and reduce to replacing a singe commit id and running `./bootstrap --bootstrap-sync`, see cset ece72b94486f.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 10 Jul 2020 11:26:21 +0900
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))))