Add emacs directory local configuration to tame naughty editors and hopefully end...
authorDavid Robillard <d@drobilla.net>
Wed, 16 Mar 2011 16:37:35 +0000 (16:37 +0000)
committerDavid Robillard <d@drobilla.net>
Wed, 16 Mar 2011 16:37:35 +0000 (16:37 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9159 d708f5d6-7413-0410-9779-e7cbd77b26cf

.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..e0bca42
--- /dev/null
@@ -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))))