Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix tab size for Emacs users.
For some reason .dir-locals.el was setting tab-width to 2. That's a Really Bad Idea, because if somehow (as happened in my case) indent-tabs-mode was 't instead of nil like it should have been, Emacs will insert tabs instead of spaces, and it'll *look* like it's doing the right thing.
- Loading branch information