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
Currently, yapf formats the following code:
if True: print(2)
like this:
However, I don't want to have blank lines right at the beginning of blocks, e.g. I want yapf to do this:
I thought that a knob would exist for this for sure, but I wasn't able to find it - could you please point me in the right direction?
The text was updated successfully, but these errors were encountered:
Hello! Can this be assigned to me? I would like to work on it.
Sorry, something went wrong.
I don't think there is a practice of assigning in this project, just open a PR that says closes #1091 in the description field.
closes #1091
Successfully merging a pull request may close this issue.
Currently, yapf formats the following code:
like this:
However, I don't want to have blank lines right at the beginning of blocks, e.g. I want yapf to do this:
I thought that a knob would exist for this for sure, but I wasn't able to find it - could you please point me in the right direction?
The text was updated successfully, but these errors were encountered: