view .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
line wrap: on
line source

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