dotnet format and jetbrains rules
I'm wondering if it is possible for
dotnet format
to include ReSharper rules from .editconfig.
I have .editconfig with a mixture of standard and JetBrains rules in my project.
So, for example, I have the rule:
And I have an object with 4 initializers in a row.
When I run dotnet format --verify-no-changes
, it shows me I need to move all initializations on the separated lines.
1 Reply
Only if they have an analyzer-based version of their formatter (they don't, AFAIK)