view .dir-locals.el @ 110767:2c36d4f54456

* .dir-locals.el: The Emacs convention is sentence-end-double-space. Remove arch-tag comment.
author Glenn Morris <rgm@gnu.org>
date Mon, 04 Oct 2010 19:40:34 -0700
parents 340849d761a5
children 132f2dfd549f
line wrap: on
line source

((nil . ((tab-width . 8)
         (sentence-end-double-space . t)
         (fill-column . 70)))
 (c-mode . ((c-file-style . "GNU")))
 (change-log-mode . ((add-log-time-zone-rule . t)
		     (fill-column . 74)
		     (bug-reference-url-format . "http://debbugs.gnu.org/%s")
		     (mode . bug-reference)))
 (diff-mode . ((mode . whitespace))))