Closed arashbahreini closed 1 year ago
Below code is what Csharpier formatted for me,
public InRiverPackageService( IInterfaceX X, IInterfaceY Y, IInterfaceZ Z, ) : base(ServiceA, ServiceB, ServiceC) { Body }
Is there any way to have it like below?
No, CSharpier is opinonated and does not provide options for the sytle of formatting. It follows Prettier's Option Philosophy
Below code is what Csharpier formatted for me,
Is there any way to have it like below?