annotate .dir-locals.el @ 271:4a2fa10b8421 default tip

Publish DDS and measured frequencies through ZMQ
author Daniele Nicolodi <daniele.nicolodi@nist.gov>
date Sat, 15 Aug 2020 18:22:42 -0600
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))))