[Feature Request] Format slnx files
Can/Should CSharpier format the XML-based .slnx files?
.NET has a new XML-based solution file: SLNX (blog post).
While it still seems “preview,” I suspect it finalizes in .NET 10. Furthermore, it is XML-based, so I do not think formatting would change with any slnx-feature changes (but I may be wrong!).
I love the .props and .csproj formatting CSharpier added recently, and I think formatting the .slnx files would fit well with the goals of CSharpier given it already understands XML (or .NET XML).
Good call! I didn't think of this when I found out about slnx recently. If you want a workaround for now - you can add the slnx extension to an editorconfig or csharpierconfig file. I can get this added for the next release.
Added in #1648