From b5c037f6b1cd54f72c3575c33adb2bcdaae678d7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 4 Jul 2012 13:12:09 -0700 Subject: Add emacs setup for the docs/devinfo.html comment wrapping recommendation. Reviewed-by: Brian Paul --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') 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))) -- cgit v1.1