From 6b0b73b3121cb9a3e6d53671686d0a07e1a6892d Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 3 Apr 2016 00:10:41 -0300 Subject: added surmised C indentation rules for emacs users --- .dir-locals.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..f5cba391 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,9 @@ +;; 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")) + ) -- cgit v1.2.3