editorconfig-emacs icon indicating copy to clipboard operation
editorconfig-emacs copied to clipboard

Remove ad-hoc tab_width / indent_size handling from editorconfig-core

Open monnier opened this issue 1 month ago • 1 comments

Remove from editorconfig-core.el code that sets tab_width from indent_size and vice-versa, since that's better done (and is done) later in editorconfig.el.

monnier avatar Nov 19 '25 18:11 monnier

Test failed:

195/202 Test #195: unset_indent_size_ML .............................***Failed  Required regular expression not found. Regex=[^[
]*indent_size=unset[ 	

]*tab_width=unset[ 	

]*$
]  0.03 sec

indent_size=unset

xuhdev avatar Nov 27 '25 23:11 xuhdev