Mesa (master): Add emacs setup for the docs/devinfo. html comment wrapping recommendation.

Eric Anholt anholt at kemper.freedesktop.org
Wed Jul 11 16:21:39 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jul  4 13:12:09 2012 -0700

Add emacs setup for the docs/devinfo.html comment wrapping recommendation.

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 .dir-locals.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 3bd8328..4f0ad7a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,6 +3,7 @@
   (tab-width . 8)
   (c-basic-offset . 3)
   (c-file-style . "stroustrup")
+  (fill-column . 78)
   (eval . (progn
 	    (c-set-offset 'innamespace '0)
 	    (c-set-offset 'inline-open '0)))




More information about the mesa-commit mailing list