Skip to content
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

Incorrect indentation when the type of a function is on the next line #51

Closed
strega-nil opened this issue Apr 10, 2015 · 2 comments
Closed

Comments

@strega-nil
Copy link

pub fn point_is_empty(&self, tile_map_pos: Point<isize>,
                      point: Point<f32>) -> bool {
    | correctly indents to this point

while

pub fn point_is_empty(&self, tile_map_pos: Point<isize>, point: Point<f32>)
                      -> bool {
                                  | incorrectly indents to this point
@quantheory
Copy link

I think this is a duplicate of #8 and maybe related to #10. I sympathize though; this is easily the most annoying bug in rust-mode.

@strega-nil
Copy link
Author

Yes, okay. I am going to friggin' fix this, if I can at all help it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants