summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 08257cd5f3a039ade3b0934901b6669c460854ec (plain)
1
2
3
4
5
6
7
8
9
;; 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"))
 )