Add .dir-locals.el to tell Emacs users not to use tabs for C

Requested by Ryan.

https://bugzilla.gnome.org/show_bug.cgi?id=680787
This commit is contained in:
Colin Walters 2012-07-29 09:29:03 -04:00
parent c3154cc48e
commit 6b6bef753f

1
.dir-locals.el Normal file
View File

@ -0,0 +1 @@
((c-mode . ((indent-tabs-mode . nil)))))