Module: Mesa Branch: master Commit: b5c037f6b1cd54f72c3575c33adb2bcdaae678d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5c037f6b1cd54f72c3575c33adb2bcdaae678d7
Author: Eric Anholt <[email protected]> Date: Wed Jul 4 13:12:09 2012 -0700 Add emacs setup for the docs/devinfo.html comment wrapping recommendation. Reviewed-by: Brian Paul <[email protected]> --- .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))) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
