xf86-video-ati: Branch 'master'

Michel Dänzer daenzer at kemper.freedesktop.org
Tue Aug 5 02:36:11 PDT 2014


 .dir-locals.el |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit fbf575cb010e558a87fad0de45660738c8180896
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Jul 30 17:03:24 2014 +0900

    Add Emacs .dir-local.el file
    
    Based on the one from the Gallium radeon winsys, but enabling tabs for
    indentation.

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..cbbe7f7
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,12 @@
+((nil
+  (indent-tabs-mode . t)
+  (tab-width . 8)
+  (c-basic-offset . 4)
+  (c-file-style . "stroustrup")
+  (fill-column . 78)
+  (eval . (progn
+	    (c-set-offset 'innamespace '0)
+	    (c-set-offset 'inline-open '0)))
+  )
+ (makefile-mode (indent-tabs-mode . t))
+ )


More information about the xorg-commit mailing list