Jump to content
Ian Branch

Make Formatting stick for a section of code.?

Recommended Posts

Hi Team,

Is there a way to make formatting for a section of code stick rather than being reformatted by the Formatter??

e.g.  Keep this...

result := Function(param1,
                   param2,
                   param3,
                   param4);

Rather than doing this..

result := Function(param1, param2, param3, param4);

When the Formatter is invoked...

I'd like to do this for clarity/readability.

 

Regards & TIA,

Ian

Share this post


Link to post
5 hours ago, Ian Branch said:

Hi Team,

Is there a way to make formatting for a section of code stick rather than being reformatted by the Formatter??

e.g.  Keep this...


result := Function(param1,
                   param2,
                   param3,
                   param4);

Rather than doing this..


result := Function(param1, param2, param3, param4);

 

The formatter in GExperts can do that, the built in one can't as far as I know.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×