Mesa (master): freedreno: add default .dir-locals.el for emacs settings

Rob Clark robclark at kemper.freedesktop.org
Tue Sep 16 16:16:51 UTC 2014


Module: Mesa
Branch: master
Commit: 5b1d316c514d75c346ce18dacb05a7c3ef2e41b2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b1d316c514d75c346ce18dacb05a7c3ef2e41b2

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Mon Sep 15 21:42:00 2014 -0400

freedreno: add default .dir-locals.el for emacs settings

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/freedreno/.dir-locals.el |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/gallium/drivers/freedreno/.dir-locals.el b/src/gallium/drivers/freedreno/.dir-locals.el
new file mode 100644
index 0000000..c26578b
--- /dev/null
+++ b/src/gallium/drivers/freedreno/.dir-locals.el
@@ -0,0 +1,8 @@
+((nil
+  (indent-tabs-mode . true)
+  (tab-width . 4)
+  (c-basic-offset . 4)
+  (c-file-style . "k&r")
+  (fill-column . 78)
+  )
+ )




More information about the mesa-commit mailing list