view .dir-locals.el @ 30209:54774a713d7c

nchoosek.m: Improve struct input handling for k<n (bug #61119) * nchoosek.m: replace call to repelems with repelem to handle struct inputs for k<n. Add k<n struct BIST test.
author Nicholas R. Jankowski <jankowskin@asme.org>
date Thu, 23 Sep 2021 21:06:41 -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))))