You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@drewnoakes: the .editorconfig is set to tabs, but the underlying file is still using spaces? I agree it's not ideal that we're touching that (and a bit odd we're not touching anything else...) but at the same time we more or less assume your .editorconfig is the source of truth.
It's expected that we do some touching of things (since we often have to clean up after ourselves). However, in this case, as there are no usings in the interior namespace, we absolutely should not be touching anything there.
Version Used: Version 17.5.0 Preview 1.0 [33027.274.main]
Steps to Reproduce:
.editorconfig
specifying tabsExpected Behavior:
Only the usings are removed.
Actual Behavior:
Usings are removed, but trivia is also updated.
The text was updated successfully, but these errors were encountered: