]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add .dir-locals.el (emacs configuration file)
authorEvan Nemerson <evan@nemerson.com>
Thu, 10 Jul 2014 16:20:53 +0000 (09:20 -0700)
committerEvan Nemerson <evan@nemerson.com>
Sat, 12 Jul 2014 04:49:22 +0000 (21:49 -0700)
This just helps people using emacs use the correct settings when
working on vala.

.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..d87916f
--- /dev/null
@@ -0,0 +1 @@
+((nil . ((indent-tabs-mode . t))))