view .dir-locals.el @ 10547:af55e4a499e4

Fix parsing error when NaN used inside of matrix declaration Inside of matrix declaration, NaN function and parenthesis must cuddle. x = [1, NaN (1, 2)] fails x = [1, NaN(1,2)] works
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:04:53 -0700
parents d4dab9605c49
children 3d7a4a2d9cef
line wrap: on
line source

((nil . ((indent-tabs-mode . nil)
         (fill-column . 72)))
 (c-default-mode "gnu")
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))