summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-07-04 13:12:09 -0700
committerEric Anholt <eric@anholt.net>2012-07-11 09:20:21 -0700
commitb5c037f6b1cd54f72c3575c33adb2bcdaae678d7 (patch)
tree4d4daa26450339a28a4289a639fe5518ccc84b18
parenta8724d85f8cb2f0fb73b9c6c1f268f9084c6d473 (diff)
Add emacs setup for the docs/devinfo.html comment wrapping recommendation.
Reviewed-by: Brian Paul <brianp@vmware.com>
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
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)))