OSDN Git Service

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 3bd8328..4f0ad7a 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)))