From: Evan Nemerson Date: Thu, 10 Jul 2014 16:20:53 +0000 (-0700) Subject: Add .dir-locals.el (emacs configuration file) X-Git-Tag: 0.25.1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c27f6f734035e61753797bbcd9bd5a1a4df0f5fc;p=thirdparty%2Fvala.git Add .dir-locals.el (emacs configuration file) This just helps people using emacs use the correct settings when working on vala. --- 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))))