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
This commit is contained in:
David Robillard 2011-04-06 16:33:43 +00:00
parent 0906b39918
commit d591a64bac
1 changed files with 2 additions and 12 deletions

View File

@ -1,14 +1,4 @@
((nil . ((fill-column . 79)))
(c-mode . ((indent-tabs-mode . t)
(c-file-style . "linux")
(c-label-minimum-indentation . 0)
(c-hanging-braces-alist . '((namespace-open after)
(substatement-open after)
(brace-list-open after)))))
(c++-mode . ((indent-tabs-mode . t)
(c-file-style . "linux")
(c-label-minimum-indentation . 0)
(c-hanging-braces-alist . '((namespace-open after)
(substatement-open after)
(brace-list-open after)))))
(c-mode . ((indent-tabs-mode . t)))
(c++-mode . ((indent-tabs-mode . t)))
(python-mode . ((indent-tabs-mode . nil))))