Mesa (master): nouveau: add emacs dir-locals file for tabs/8-space indents

Ilia Mirkin imirkin at kemper.freedesktop.org
Wed Aug 13 14:12:20 UTC 2014


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

Author: Ilia Mirkin <imirkin at alum.mit.edu>
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 <imirkin at alum.mit.edu>
Reviewed-by: Francisco Jerez <currojerez at riseup.net>

---

 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)
+  )
+ )




More information about the mesa-commit mailing list