Browse Source

Set C++ indent too.

tags/mesa-7.9-rc1
Ian Romanick 15 years ago
parent
commit
1e2e58c1f6
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .dir-locals.el

+ 3
- 1
.dir-locals.el View File

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

Loading…
Cancel
Save