view .dir-locals.el @ 28144:c31c9eaa1f28 stable

sparse-xpow.cc: use xisint instead of static_cast<int> to check int values
author John W. Eaton <jwe@octave.org>
date Thu, 27 Feb 2020 13:45:53 -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))))