yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
625 stars 146 forks source link

Opening up for subclassing #274

Open kerrmarin opened 3 years ago

kerrmarin commented 3 years ago

Hey!

I've found myself writing a generator for my own use and I'd like to use SwagGenKit as a base for it. I'd like to subclass SwiftFormatter but found most methods are either internal or public. Would there be any appetite to merge a PR that makes the changes to the formatters (CodeFormatter and SwiftFormatter) to make them open?

yonaskolb commented 3 years ago

Yeah sounds good!