mesa: update the emacs indent files
authorZack Rusin <zackr@vmware.com>
Thu, 21 Jun 2012 21:25:09 +0000 (17:25 -0400)
committerZack Rusin <zackr@vmware.com>
Thu, 21 Jun 2012 21:29:11 +0000 (17:29 -0400)
dirvars package has been replaced by built-in functionality of
dir-locals. preserve the settings in the new infrastructure

.dir-locals.el [new file with mode: 0644]
.emacs-dirvars [deleted file]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..3bd8328
--- /dev/null
@@ -0,0 +1,10 @@
+((nil
+  (indent-tabs-mode . nil)
+  (tab-width . 8)
+  (c-basic-offset . 3)
+  (c-file-style . "stroustrup")
+  (eval . (progn
+           (c-set-offset 'innamespace '0)
+           (c-set-offset 'inline-open '0)))
+  )
+ )
diff --git a/.emacs-dirvars b/.emacs-dirvars
deleted file mode 100644 (file)
index 33945f9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-;; -*- emacs-lisp -*-
-;;
-;; This file is processed by the dirvars emacs package.  Each variable
-;; setting below is performed when this dirvars file is loaded.
-;;
-indent-tabs-mode: nil
-tab-width: 8
-c-basic-offset: 3
-kde-emacs-after-parent-string: ""
-evaluate: (c-set-offset 'inline-open '0)