summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: e0bab750d5d6dc11308d0d37532c4d959a002deb (plain)
1
2
3
4
5
6
7
8
9
10
;; emacs local configuration settings for knot-resolver source
;; surmised by dkg on 2016-04-02 23:46:50-0300
;; SPDX-License-Identifier: GPL-3.0-or-later

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