Ian Branch 127 Posted February 13, 2022 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
dummzeuch 1505 Posted February 13, 2022 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