Browse Source

remove tab width setting in dir-locals

pull/704/head
Jeff Becker 8 years ago
parent
commit
e152785de9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 3
      .dir-locals.el

3
.dir-locals.el

@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
((c++-mode . ((indent-tabs-mode . t)
(tab-width . 2)))
((c++-mode . ((indent-tabs-mode . t)))
(c-mode . ((mode . c++))))

Loading…
Cancel
Save