view .dir-locals.el @ 30940:84944164799e

besselj.cc: Add BISTs for the function airy, remove FIXME (bug #62321)
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 17 Apr 2022 16:57:39 -0400
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))))