Hello all!
After reading the configuration document - 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)
Thanks!