We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run yapf over my files, yapf says all is good.
But I run yapf-diff over my PR diff, yapf-diff is generating some unexpected auto-format changes, with lots of unnecessary spaces:
File 1
File 2
Could this be a specific bug related to multiline strings that use backlashes?
Note: My PR has over a thousand files and these were the only unexpected yapf-diff changes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I run yapf over my files, yapf says all is good.
But I run yapf-diff over my PR diff, yapf-diff is generating some unexpected auto-format changes, with lots of unnecessary spaces:
File 1
File 2
Could this be a specific bug related to multiline strings that use backlashes?
Note: My PR has over a thousand files and these were the only unexpected yapf-diff changes.
The text was updated successfully, but these errors were encountered: