summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-07-10 09:20:53 -0700
committerEvan Nemerson <evan@nemerson.com>2014-07-11 21:49:22 -0700
commitc27f6f734035e61753797bbcd9bd5a1a4df0f5fc (patch)
treeb11f3ed573bd5c87ae84c8c716102ae9cce95650 /.dir-locals.el
parent072d1ebf8ff192261e35aec2ed4a392bb6abf21c (diff)
downloadvala-c27f6f734035e61753797bbcd9bd5a1a4df0f5fc.tar.gz
Add .dir-locals.el (emacs configuration file)
This just helps people using emacs use the correct settings when working on vala.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 000000000..d87916f7b
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((nil . ((indent-tabs-mode . t))))