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

Add .rustfmt to unify styling #18

Open
3Hren opened this issue Jun 20, 2017 · 0 comments
Open

Add .rustfmt to unify styling #18

3Hren opened this issue Jun 20, 2017 · 0 comments

Comments

@3Hren
Copy link
Owner

3Hren commented Jun 20, 2017

The only problem I discovered is line breaking. I really hate when rustfmt does the following change:

pub fn long_function<T, E>(&mut self, arg1: Arg1, arg2: Arg2, arg3: T) -> Result<T, E>
where
    T: Display,
    E: Error
{
   unimplemented!()
}
pub fn long_function<T, E>(&mut self, 
                           arg1: Arg1, 
                           arg2: Arg2, 
                           arg3: T) 
    -> Result<T, E>
where
    T: Display,
    E: Error
{
   unimplemented!()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant