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

Author: Ilia Mirkin <[email protected]>
Date:   Sun Aug 10 11:52:10 2014 -0400

nouveau: add emacs dir-locals file for tabs/8-space indents

Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>

---

 src/mesa/drivers/dri/nouveau/.dir-locals.el |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/mesa/drivers/dri/nouveau/.dir-locals.el 
b/src/mesa/drivers/dri/nouveau/.dir-locals.el
new file mode 100644
index 0000000..29735e8
--- /dev/null
+++ b/src/mesa/drivers/dri/nouveau/.dir-locals.el
@@ -0,0 +1,8 @@
+((nil
+  (indent-tabs-mode . true)
+  (tab-width . 8)
+  (c-basic-offset . 8)
+  (c-file-style . "stroustrup")
+  (fill-column . 78)
+  )
+ )

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to