view .dir-locals.el @ 31196:1da6d747bf78

__tiff_imread__: converted to private octave function * libinterp/corefcn/__tiff__.cc: removed internal function __tiff_imread__. * scripts/image/private/__tiff_imread__.m: added private function __tiff_imread__. * scripts/image/module.mk: added entry for the private function __tiff_imread__.
author magedrifaat <magedrifaat@gmail.com>
date Thu, 01 Sep 2022 00:10:37 +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))))