summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-04-03 05:10:41 +0200
committerMarek Vavrusa <marek@vavrusa.com>2016-04-14 07:36:35 +0200
commit6b0b73b3121cb9a3e6d53671686d0a07e1a6892d (patch)
tree98571b9807594bc2b855a9212d7d6a1cc39bcbc5 /.dir-locals.el
parentfix comment (diff)
downloadknot-resolver-6b0b73b3121cb9a3e6d53671686d0a07e1a6892d.tar.xz
knot-resolver-6b0b73b3121cb9a3e6d53671686d0a07e1a6892d.zip
added surmised C indentation rules for emacs users
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el9
1 files changed, 9 insertions, 0 deletions
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"))
+ )