Add .dir-locals to tell emacs how to format by default.

I'd apparently been typing in two different styles.
macos/v1.5.9
Eric Anholt 11 years ago
parent a909eb4a22
commit a652f8f6a2
  1. 6
      .dir-locals.el

@ -0,0 +1,6 @@
((nil
(indent-tabs-mode . nil)
(tab-width . 8)
(c-basic-offset . 4)
)
)
Loading…
Cancel
Save