From: Eric Anholt Date: Wed, 4 Jul 2012 20:12:09 +0000 (-0700) Subject: Add emacs setup for the docs/devinfo.html comment wrapping recommendation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5c037f6b1cd54f72c3575c33adb2bcdaae678d7;p=mesa.git Add emacs setup for the docs/devinfo.html comment wrapping recommendation. Reviewed-by: Brian Paul --- diff --git a/.dir-locals.el b/.dir-locals.el index 3bd83286ec8..4f0ad7ac8f9 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)))