update drobilla's fascistic dir-locals.el to force emacs users into whitespace submis...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 4 Apr 2011 22:01:20 +0000 (22:01 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 4 Apr 2011 22:01:20 +0000 (22:01 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9286 d708f5d6-7413-0410-9779-e7cbd77b26cf

.dir-locals.el

index e0bca424554449974d521b91e202cf94c6c66c4c..4da46469b521c1ba4ef880c1387abc10f4471c2b 100644 (file)
@@ -5,4 +5,10 @@
             (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))))