The beautifier is agood tool, but sometimes it doesn't really help, for very long sql instruction it cuts the line at sometime stranges place.
My sugestion is to have some hints :
/*NO BEAUTY*/
code I don't want to beautify
...
/*END NO BEAUTY*/
so that we can keep it as we want and continue to use this great tool on the rest of code
Is there some possibility to prevent it to add a LF just after the "." in a statemment like "record.item" making the statement difficult to read.
Thanks
My sugestion is to have some hints :
/*NO BEAUTY*/
code I don't want to beautify
...
/*END NO BEAUTY*/
so that we can keep it as we want and continue to use this great tool on the rest of code
Is there some possibility to prevent it to add a LF just after the "." in a statemment like "record.item" making the statement difficult to read.
Thanks