We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$txt = 'text text2 text3 ';
If there are tab indents in front of "text2" and "text3", the sniff does not convert them to spaces.
The text was updated successfully, but these errors were encountered:
That's intentional. I'm not sure if we should auto-fix this.
It's a temporary inconvenience when converting the old files.
Sorry, something went wrong.
Why don't we convert tab to space for multi line string ? For what reason.
We should do that project-wide once. Afterwards it shouldn't appear again anyway.
Currently i can't think of a scenarios in which we'd want the tabs. So yes we could do an automatic fix for this.
No branches or pull requests
If there are tab indents in front of "text2" and "text3", the sniff does not convert them to spaces.
The text was updated successfully, but these errors were encountered: