view .dir-locals.el @ 31148:4bc9a1938f9a

Tiff: added isTiled method to check if the image is tiled or stripped * Tiff.m: added the isTiled method and a test for isTiled. * __tiff__.cc(F__is_tiled__): implemented the internal function for isTiled.
author magedrifaat <magedrifaat@gmail.com>
date Sun, 31 Jul 2022 21:29:15 +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))))