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
I'm not sure we can do anything better here, but I'm just creating this bug in case there is something I'm missing.
This program
foo() { if (xxxxxxxxxxxxxxxx || xxxxxxxxxxxxxxxxxxxxx) return xxxxxxxxxxxxxx ? xxxxxxxxxxxxxxxxxxxx : xxxxxxxxxxxxxxxxxxxxxxxxxx; }
is generated as:
can we do better?
The text was updated successfully, but these errors were encountered:
Regression test for #45 which is doing pretty much what we want the f…
ced5554
…ormatter to do already. [email protected] Review URL: https://chromiumcodereview.appspot.com//791113002
If you have a wrapped line on a single-line if, your code is bad and you should feel bad. This is basically what I expect it to do here.
if
Added a regression test: https://chromiumcodereview.appspot.com/791113002/
Sorry, something went wrong.
No branches or pull requests
I'm not sure we can do anything better here, but I'm just creating this bug in case there is something I'm missing.
This program
is generated as:
can we do better?
The text was updated successfully, but these errors were encountered: