Created
June 3, 2016 13:36
-
-
Save swalberg/f954bd41e2aa3bdb4108b5a7c0ff4214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
result = if something | |
something_else # properly indented | |
else # lined up with the if | |
something_else_entirely | |
end # note we're still lined up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
result = if something | |
something_else # I can only make this 1 or 3 chars indented | |
else # how the fuck do I line it up with the if? | |
something_else_entirely | |
end # oh how life sucks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.