From bea03da826d0808b23f2f088c62e910b80e65404 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2011 16:37:35 +0000 Subject: [PATCH] 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 --- .dir-locals.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..e0bca42455 --- /dev/null +++ b/.dir-locals.el @@ -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)))) -- 2.30.2