[vala] Add .dir-locals.el (emacs configuration file)



commit c27f6f734035e61753797bbcd9bd5a1a4df0f5fc
Author: Evan Nemerson <evan nemerson com>
Date:   Thu Jul 10 09:20:53 2014 -0700

    Add .dir-locals.el (emacs configuration file)
    
    This just helps people using emacs use the correct settings when
    working on vala.

 .dir-locals.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..d87916f
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((nil . ((indent-tabs-mode . t))))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]