-
Notifications
You must be signed in to change notification settings - Fork 119
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
Return with multi-line strings indents strangely #227
Comments
I fixed and sent PR #229. Its screencast is here
Which coding style do you use ? And does it define coding style about multi line strings ? function my_func() {
return "a really long string with = inside "
. "some more text";
} |
@jdufresne I have merged PR #229. Please check latest version. |
This is fixed with the merged patch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Observe the following test case:
The buffer has been indented automatically.
I would expect the second line of the strings to:
=
messes with things)c-basic-offset
The text was updated successfully, but these errors were encountered: