annotate .dir-locals.el @ 268:ec4462c7f8b7

Extensive cleanup of beatnote specific variables Reorganize the beatnote specific variables in arrays indexed by the beatnote enum constants LO, HG, SR. Also reorganize DDS frequency related variables in arrays indexed by the DDS channel number.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 09 Jul 2015 23:11:00 +0200
parents 2fc4ac8017af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
247
2fc4ac8017af Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff changeset
1 ((c-mode . ((indent-tabs-mode . t)
2fc4ac8017af Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff changeset
2 (tab-width . 4)
2fc4ac8017af Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff changeset
3 (c-basic-offset . 4))))