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.
if
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,
A snippet like this:
if (some_condition) x <- 1
Will get collapsed to one line:
What do you think about making the line break persistent after if, like line breaks after a function call opener are?
Happy to submit a PR.
The text was updated successfully, but these errors were encountered:
#340 is going to start autobracing this unconditionally, fixing a whole host of related issues, see also https://style.tidyverse.org/syntax.html#if-statements
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently,
A snippet like this:
Will get collapsed to one line:
What do you think about making the line break persistent after
if
, like line breaks after a function call opener are?Happy to submit a PR.
The text was updated successfully, but these errors were encountered: