Josh DeGraw
Josh DeGraw
Another situation worth discussing is types with accessibility modifiers and additional members, e.g. https://github.com/fsprojects/fantomas/issues/2511. Given the following input ```fsharp type NonEmptyList
Apropo of my last comment, I think a discussion about pros and cons of allowing the `with` keyword for types with Stroustrup style is warranted. I understand it probably adds...
> Not exactly style but it might be worth figuring out if the `with` keywork is _really_ needed. Meaning can we adjust the parser to work like Allman style but...
> Regarding the `with` keyword, what if it was placed right after the closing brace? > ```fsharp > type Person = { > FirstName: string > LastName: string > }...
Yeah, I've kind of gone back and forth on this, initially I thought I preferred the CE name on the same line as the `=`, but I've come around to...
I think I'm running into this as well. I just used yalc for the first time yesterday. When I first tried it, I had an issue because of (I assume)...
I'm also running into this issue, and the last suggestion here didn't change anything for me since I was already doing it, but I thought I'd share what helped me...
I apologize if I wasn't clear enough in what I was asking for. I never said that the warnings are wrong or shouldn't be there. What I'm saying is that...
Yeah that's sounds correct to me as far as what we did. However, wouldn't something like this be valid if we wanted to more strictly apply Stroustrup here? ```fsharp let...
Yeah I'm inclined to agree with Florian at least about the case where generated files should be ignored. But I can totally see value in having the editorconfig parser available...