Add emacs setup for the docs/devinfo.html comment wrapping recommendation.
authorEric Anholt <eric@anholt.net>
Wed, 4 Jul 2012 20:12:09 +0000 (13:12 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 11 Jul 2012 16:20:21 +0000 (09:20 -0700)
Reviewed-by: Brian Paul <brianp@vmware.com>
.dir-locals.el

index 3bd83286ec8349b50aa6a325bdb5427b8bce3cd3..4f0ad7ac8f9f21a046730f849b0affcbcf5c2620 100644 (file)
@@ -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)))