maint: let emacs avoid tabs in rng files

* .dir-locals.el: Add nxml-mode preferences.
This commit is contained in:
Eric Blake 2011-08-13 07:27:23 -06:00
parent 24d3738f2d
commit 2a48b59dec

View File

@ -11,4 +11,7 @@
(sh-mode . (
(indent-tabs-mode . nil)
))
(nxml-mode . (
(indent-tabs-mode . nil)
))
)