Set C++ indent too.

This commit is contained in:
Ian Romanick 2010-03-08 13:02:58 -08:00
parent 18238de6c3
commit 1e2e58c1f6
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
((c-mode . ((c-basic-offset . 3))))
((c-mode . ((c-basic-offset . 3)))
(c++-mode . ((c-basic-offset . 3)))
)