diff options
author | Eric Anholt <eric@anholt.net> | 2012-07-04 13:12:09 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-07-11 09:20:21 -0700 |
commit | b5c037f6b1cd54f72c3575c33adb2bcdaae678d7 (patch) | |
tree | 4d4daa26450339a28a4289a639fe5518ccc84b18 /.dir-locals.el | |
parent | a8724d85f8cb2f0fb73b9c6c1f268f9084c6d473 (diff) |
Add emacs setup for the docs/devinfo.html comment wrapping recommendation.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3bd83286ec..4f0ad7ac8f 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))) |