From d591a64bac6017b504f439752d10f224ff6a5ce6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Apr 2011 16:33:43 +0000 Subject: 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 --- .dir-locals.el | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 4da46469b5..8c6047cf50 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,14 +1,4 @@ ((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))))) + (c-mode . ((indent-tabs-mode . t))) + (c++-mode . ((indent-tabs-mode . t))) (python-mode . ((indent-tabs-mode . nil)))) -- cgit v1.2.3