ardour/.dir-locals.el
David Robillard d591a64bac Only use .dir-locals.el to set tab indentation (or not, for python).
git-svn-id: svn://localhost/ardour2/branches/3.0@9303 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06 16:33:43 +00:00

5 lines
151 B
EmacsLisp

((nil . ((fill-column . 79)))
(c-mode . ((indent-tabs-mode . t)))
(c++-mode . ((indent-tabs-mode . t)))
(python-mode . ((indent-tabs-mode . nil))))