For many, indent_size is not the same as tab_width. EditorConfig currently fails to maintain information about this fact and loses this information. There's a plugin that takes advantage of knowing indent_size as well as tab_width: https://github.com/Kronuz/IndentSize. This fixes this by also saving information about indent_size in the settings object.
Sorry, I'm just not interested in maintaining code for this. While it looks simple, it could have weird side-effects. I would suggest forking if you really need this.
For many,
indent_size
is not the same astab_width
. EditorConfig currently fails to maintain information about this fact and loses this information. There's a plugin that takes advantage of knowingindent_size
as well astab_width
: https://github.com/Kronuz/IndentSize. This fixes this by also saving information aboutindent_size
in the settings object.