yoshiki / yaml-mode

The emacs major mode for editing files in the YAML data serialization format.
GNU General Public License v3.0
487 stars 132 forks source link

Fix indentation #87

Closed tarsius closed 2 years ago

wasamasa commented 3 years ago

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 ensures indent-tabs-mode is set to nil for Emacs Lisp files.

dgutov commented 3 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.

wasamasa commented 2 years ago

I've added the directory local variable to prevent this from happening again.