From 1e2e58c1f6aec7dd0704fbcc46ac12ab3e59a922 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 8 Mar 2010 13:02:58 -0800 Subject: [PATCH] Set C++ indent too. --- .dir-locals.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 148e4ca..be19e29 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1 +1,3 @@ -((c-mode . ((c-basic-offset . 3)))) +((c-mode . ((c-basic-offset . 3))) + (c++-mode . ((c-basic-offset . 3))) +) -- 2.7.4