-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
Add correct indentation for 'with' keyword #350
Conversation
/cc @gausby @whatyouhide |
As I said in #349, I don't think If we want to support |
@whatyouhide @gausby ok I updated the examples how it works now. |
@whatyouhide I use |
As @whatyouhide already mentioned, the behavior of I think also this way because it's hard to support different behaviors at all in cases of with parentheses and without. I would like to merge this PR now, if you're guys ok with it. 👍 |
I'm 👍 for it! :) |
@tonini but I'll just switch my coding style, I only did the ()'s to work around the indentation issue that this pr solves ^_^ (I am lazy like that) Thanks for fixing this! |
Signed-off-by: Drew Olson <drew.olson@greensill.com> Co-authored-by: dix <william.dix@greensill.com>
related to #349
Examples
This PR will also fixes #351