view .dir-locals.el @ 31114:01e4f3882f54 stable

Fix regression with \color[rgb] tex pattern (bug #62668) * oct-tex-lexer.ll.in: fix "\color[rgb]" pattern accidentally altered with cset fa65184b7c76.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Fri, 24 Jun 2022 19:24:22 +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))))