Jason Gardella
Jason Gardella
@milbrandt Agreed, I will add it to the list.
My initial proposal (omitting hints): One point of contention might be the `typedItemSpacing` rule being enabled, or the default setting. The rule checks the spacing around the colon in code...
In my opinion I think we should take this opportunity to align the default rules as much with community opinion on correct style as possible; based on the current style...
> By delegate, I mean making use of Fantomas in some way as a library, it has had years of good work put into it, if we do formatting it...
> Agree on these, although `maxCharactersOnLine` by default in an IDE is potentially controversial. I'd be tempted for a minimum of 120 which seems to have taken over from 80...
@Krzysztof-Cieslak We welcome all opinions and would like to hear more of them, controversial or otherwise! :) I see what you're saying about those rules being covered by EditorConfig. However...
Thanks for the info @nojaf. Regarding .editorconfig I agree there are a lot of questions there, and that is not something we are targeting supporting for the v1 release. I...
Hi @SteveGilham, thanks for the report. I'm not able to reproduce this using the examples you posted. Could you provide a link to the full code for these examples if...
@SteveGilham, I still haven't been able to reproduce this. I copied your entire `XTests.fs` file contents into a test running just the `RedundantNewKeyword` rule, and it still didn't produce any...
I think this is a good addition, in my experience a lot of bugs can arise through using partial functions, and in most cases you shouldn't be using them when...