Skip to content
Snippets Groups Projects
.dir-locals.el 217 B
Newer Older
;; emacs local configuration settings for knot-resolver source
;; surmised by dkg on 2016-04-02 23:46:50-0300

((c-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (c-basic-offset . 8)
  (c-file-style . "linux"))
 )