Menu

#335 Suggestion for in-line variable handling in the formatter.

New
open
nobody
Formatter (10)
5
2023-11-26
2023-11-25
Ian Branch
No

Hi Thomas,
In the Formatter Configuration, in th eLine Breaks tab, can we have a "Except single lines" option/checkbox for 'After "Var", "'type", etc.'?
Same idea as there is for 'After "then", "else", "do"'.
This would stop this in-line code being changed from this:

    var Rslt: TResponse;

to this:

    var
         Rslt: Tresponse;

Regards & TIA,
Ian

Discussion


Log in to post a comment.