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:
parent
3a40d9ef6b
commit
79c918fd6a
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user