Hello all! After reading the [configuration document](https://csharpier.com/docs/Configuration) - I do not think this is possible, but I still wanted to ask.  The goal is: * I do not want empty classes to be formatted. _(It causes issues for some Code Generation tools I have)_ * I do not want to apply the `// csharpier-ignore` to each empty class * I would like to add a value in a configuration file to tell csharpier to skip this format Is this currently possible? (I know csharpier has no plans [for future configuration options](https://csharpier.com/docs/About#:~:text=has%20no%20plans%20to%20add%20more)) Thanks!