aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 12b85561ee8630fb8de63f12e81fd00fc6b0d62c (plain)
1
2
3
4
5
6
7
8
9
10
((nil . ((tab-width . 8)
         (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))))

;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd