Closed tarsius closed 2 years ago
This seems to have happened because @dgutov uses an Emacs with indent-tabs-mode set to the default value
Absolutely not.
These tabs are from commit 4c1127cc.
I agree Emacs's default is a problem, though.
I've added the directory local variable to prevent this from happening again.
This seems to have happened because @dgutov uses an Emacs with
indent-tabs-mode
set to the default value. To prevent this from happening again, this project could use a.dir-locals.el
file that ensuresindent-tabs-mode
is set tonil
for Emacs Lisp files.