Hi Thomas, Let me have a look at this and get back to you.
Code formatting options
It would be if it could be done. Below is the example, and the second is what it could be like. The begin in the OnTest does not line up with the function name. procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end;
Indent of function or procedure