SummaryRefsLogTreeCommitDiffStats
path: root/.dir-locals.el
blob: 12a5eb55b3ffbd377eb1d7f4b7b1f71a9fa9a26f (about) (plain) (blame)
1
2
3
4
5
6
7
;; Per-directory local variables for GNU Emacs 23 and later.

((nil . ((fill-column . 78)
	 (tab-width   .  8)))
 (c-mode . ((c-file-style . "gnu")
	    (indent-tabs-mode . nil)))
 (scheme-mode . ((indent-tabs-mode . nil))))