Can you please point me to a an SQL code formatter, preferably as an opensource library for NET?
I need to make sql source code invariant to the formatting, because i would like to make consistent diff on version control system merges, and it's not easy to maintain in generated code mixed with snippets of handcrafted code.
My idea is to plug code formatter at the end of generation process for each file.