update drobilla's fascistic dir-locals.el to force emacs users into whitespace submission even in C++ mode

git-svn-id: svn://localhost/ardour2/branches/3.0@9286 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-04 22:01:20 +00:00
parent 3a40d9ef6b
commit 79c918fd6a
1 changed files with 6 additions and 0 deletions

View File

@ -5,4 +5,10 @@
(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)))))
(python-mode . ((indent-tabs-mode . nil))))