projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8724d8
)
Add emacs setup for the docs/devinfo.html comment wrapping recommendation.
author
Eric Anholt
<eric@anholt.net>
Wed, 4 Jul 2012 20:12:09 +0000
(13:12 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 3bd83286ec8349b50aa6a325bdb5427b8bce3cd3..4f0ad7ac8f9f21a046730f849b0affcbcf5c2620 100644
(file)
--- 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)))