Is there possibility to autoformat injected SQL query Mirek Michalak Created August 30, 2022 13:45 Hi i got lots of sql queries in C# strings. Is there any way to autoformat them nicely?
Hi Mirek!
SQL should be formatted along with the other code during Code CleanUp/Reformat according to your code style. Could you please add some samples if it works differently for you? Thanks!