changeset 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 d6a37eca6d92
children eaac96094640
files .dir-locals.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.dir-locals.el	Fri Feb 27 18:55:19 2015 +0100
@@ -0,0 +1,3 @@
+((c-mode . ((indent-tabs-mode . t)
+	    (tab-width . 4)
+	    (c-basic-offset . 4))))