Add emacs directory local configuration to tame naughty editors and hopefully end...
[ardour.git] / .dir-locals.el
1 ((nil . ((fill-column . 79)))
2  (c-mode . ((indent-tabs-mode . t)
3             (c-file-style . "linux")
4             (c-label-minimum-indentation . 0)
5             (c-hanging-braces-alist . '((namespace-open after)
6                                         (substatement-open after)
7                                         (brace-list-open after)))))
8  (python-mode . ((indent-tabs-mode . nil))))