annotate .dir-locals.el @ 247:2fc4ac8017af

Instruct Emacs to follow Labwindow CVI coding style
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 27 Feb 2015 18:55:19 +0100
parents
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))))