Karl Tinsley
Member
I find the beautifier to be very handy for cleaning my sometimes less-than-consistent code formatting. I have a question about setting up the beautifier.
With the default settings, the beautifier formats my code like so:
Select first_thing,
second_thing,
third_thing
Is it possible to set the beautifier to format the above like this:
Select first_thing
, second_thing
, third_thing
Thanks in advance,
Karl
With the default settings, the beautifier formats my code like so:
Select first_thing,
second_thing,
third_thing
Is it possible to set the beautifier to format the above like this:
Select first_thing
, second_thing
, third_thing
Thanks in advance,
Karl