Set C++ indent too.
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 8 Mar 2010 21:02:58 +0000 (13:02 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 8 Mar 2010 21:02:58 +0000 (13:02 -0800)
.dir-locals.el

index 148e4ca..be19e29 100644 (file)
@@ -1 +1,3 @@
-((c-mode . ((c-basic-offset . 3))))
+((c-mode . ((c-basic-offset . 3)))
+ (c++-mode . ((c-basic-offset . 3)))
+)