-
Notifications
You must be signed in to change notification settings - Fork 298
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 rule for blank lines after multiline assignment #138
Add rule for blank lines after multiline assignment #138
Conversation
README.md
Outdated
* <a name="add-blank-line-after-multiline-assignment"></a> | ||
Add a blank line after a multiline assignment as a | ||
visual cue that the assignment is 'over' | ||
<sup>[[link](#add-blank-line-after-multiline-assignment)]</sup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing ending period.
README.md
Outdated
|> String.strip | ||
|
||
another_string <> some_string | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
break the examples into two different examples, by closing it with "" and reopening it with "
elixir"
e32a881
to
561a13d
Compare
@eksperimental thanks for reviewing! Addressed the comments 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Great! |
thank you @corroded |
This is for #60 . I made the examples as simple as I could think of and separated the examples as @eksperimental suggested.