replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / .dir-locals.el
index e0bca424554449974d521b91e202cf94c6c66c4c..8c6047cf509c0309e2dfd16ceca07f7250c9c3a5 100644 (file)
@@ -1,8 +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++-mode . ((indent-tabs-mode . t)))
  (python-mode . ((indent-tabs-mode . nil))))