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
if (\strlen($token->getValue()) < $this->spaceRatio) {
return;
}
The issue is that when I see 1, 2 or 3 spaces in a file you use tabs and consider 1 tab = 4 space, I cannot know if those space should be removed or transformed into a new tab.
So I made the choice to ignore them... Do you have a better solution ?
I've tested similar code with a JavaScript linter that also does formatting (ESLint, Biome) and it works. Maybe we can investigate to see how they handled this case ? Let me know what do you think. Thanks
Hello @VincentLanglet,
The linter does not catch the space in the following codes.
I wanted to get your opinion if it's an issue.
The current config
Thanks
The text was updated successfully, but these errors were encountered: