-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Better handling of multi-line comments #626
Conversation
@@ -21,6 +21,10 @@ public class ClassName | |||
*/ | |||
public class ClassName2 { } | |||
|
|||
/* start |
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.
So, with this case the start doesn't move.
Can you indent this line by another level?
I want to make sure that when it reduces indent of the first line, it doesn't try to make the second line go negative.
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.
Okay, I updated the test case myself. Looks like it caused a crash.
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.
Nice catch!
7143815
to
8373ef8
Compare
closes #606