mirror of https://github.com/getdnsapi/getdns.git
10 lines
210 B
EmacsLisp
10 lines
210 B
EmacsLisp
|
;; emacs local configuration settings for getdns source
|
||
|
;; surmised by dkg on 2015-07-19 10:10:51+0200
|
||
|
|
||
|
((c-mode
|
||
|
(indent-tabs-mode . t)
|
||
|
(tab-width . 8)
|
||
|
(c-basic-offset . 8)
|
||
|
(c-file-style . "linux"))
|
||
|
)
|