Add .dir-locals.el to tell Emacs users not to use tabs for C
authorColin Walters <walters@verbum.org>
Sun, 29 Jul 2012 13:29:03 +0000 (09:29 -0400)
committerColin Walters <walters@verbum.org>
Mon, 30 Jul 2012 08:09:08 +0000 (04:09 -0400)
Requested by Ryan.

https://bugzilla.gnome.org/show_bug.cgi?id=680787

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