James Petersen

Results 2 comments of James Petersen

I have also had issues with the indentation for rust. The specific case was the following code file. ```rust pub fn main() -> Result { match func() .other_func() .other_other_func() .third_func()...

> @ljtpetersen > > I should be able to implement this myself, but I am not sure where in the configuration the option should go. > > I worked through...