For rule SA1413:Use trailing comma in multi-line initializers...
I'd like there to be configuration added to the stylecop.json Readability rules allowing you to specify which of the different types of multi-line initializer the rule should apply to: objectInitializer, enum, array, etc.
Personally I only want the rule to apply to enums and arrays for my code.
For rule
SA1413:Use trailing comma in multi-line initializers...I'd like there to be configuration added to the
stylecop.jsonReadability rules allowing you to specify which of the different types of multi-line initializer the rule should apply to:objectInitializer,enum,array, etc.Personally I only want the rule to apply to enums and arrays for my code.