view .dir-locals.el @ 266:dfbee05fe464

Fix beatnote sign measurement Breakage was caused by the change of the LO, HG, SR, enum values to use them as array indexes assigning to LO value 0 and thus flase in boolean context.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 09 Jul 2015 23:05:43 +0200
parents 2fc4ac8017af
children
line wrap: on
line source

((c-mode . ((indent-tabs-mode . t)
	    (tab-width . 4)
	    (c-basic-offset . 4))))