13
0
livetrax/.dir-locals.el
Paul Davis 79c918fd6a 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
2011-04-04 22:01:20 +00:00

15 lines
707 B
EmacsLisp

((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)))))
(python-mode . ((indent-tabs-mode . nil))))