Add emacs directory local configuration to tame naughty editors and hopefully end this tab nightmare.
git-svn-id: svn://localhost/ardour2/branches/3.0@9159 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9850407bd9
commit
bea03da826
8
.dir-locals.el
Normal file
8
.dir-locals.el
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
((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)))))
|
||||||
|
(python-mode . ((indent-tabs-mode . nil))))
|
Loading…
Reference in New Issue
Block a user