view .dir-locals.el @ 31577:785ac0d19116 stable

error.cc: Fix potential null pointer dereference (bug #63436)
author Arun Giridhar <arungiridhar@gmail.com>
date Mon, 28 Nov 2022 15:28:03 -0500
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))))