Hi Stefan,
> You can get the same behavior with
>
> indent_size = tab
> tab_width = 4
The settings mean the same thing, but I contribute to several projects on GitHub, so it wouldn't make sense to rewrite them all.
I accidentally replied to Eli about bug#72808 instead of to ML, so I'm resending it.
-----
I read bug #72808 and I don't quite understand what you and Stefan are saying.
> > Yes, I consciously disagreed with the standard here. IMO, this better
> > reflects Emacs's habitual behavior, so it makes more sense for Emacs users.
My feedback is as follows:
Without tab-width being honored, editing code in a project based on this setting would easily cause Emacs to break the indentation of that file.
I've been an editorconfig-mode user since 2014 and I don't think the behavior is reasonable.
If that were the default behavior I could correct it with advice, but forcing that on a large number of users would be terrible.
At the very least, I wish they would document it and make tab_width an opt-in option via a customization variable.