Skip to content
Snippets Groups Projects
Commit 7eae9f55 authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor
Browse files

added surmised C indentation rules for emacs users

parent 8db77b20
No related merge requests found
;; 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"))
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment