An error occurred while loading the file. Please try again.
-
Daniel Kahn Gillmor authored7eae9f55
.dir-locals.el 208 B
;; emacs local configuration settings for knot source
;; surmised by dkg on 2017-03-25 12:15:55-0500
((c-mode
(indent-tabs-mode . t)
(tab-width . 8)
(c-basic-offset . 8)
(c-file-style . "linux"))
)