]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
added surmised C indentation rules for emacs users
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 3 Apr 2016 03:10:41 +0000 (00:10 -0300)
committerMarek Vavrusa <marek@vavrusa.com>
Thu, 14 Apr 2016 05:36:35 +0000 (22:36 -0700)
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..f5cba39
--- /dev/null
@@ -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"))
+ )