Is your feature request related to a problem? Please describe.
when reading code-gen code the styles are somewhat mixed. this is easily addressable with IntelliJ's (and probably Eclipse's and VS-Code's) code-style feature. the format appears to be very close to IntelliJ's default style with a few modifications for multiple annotations on a single line.
Describe the solution you'd like
generate and apply a consistent code-style across the various codegen modules' code to make it easier for developers to maintain it.
Describe alternatives you've considered
continue to deal with inconsistent code style.
Additional context
applying this would be a one-time large event (as all the changes will be whitespace) and then a minor annoyance going forward.