Only use .dir-locals.el to set tab indentation (or not, for python).
git-svn-id: svn://localhost/ardour2/branches/3.0@9303 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0906b39918
commit
d591a64bac
@ -1,14 +1,4 @@
|
|||||||
((nil . ((fill-column . 79)))
|
((nil . ((fill-column . 79)))
|
||||||
(c-mode . ((indent-tabs-mode . t)
|
(c-mode . ((indent-tabs-mode . t)))
|
||||||
(c-file-style . "linux")
|
(c++-mode . ((indent-tabs-mode . t)))
|
||||||
(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))))
|
(python-mode . ((indent-tabs-mode . nil))))
|
||||||
|
Loading…
Reference in New Issue
Block a user