Anyone know how (if possible) to tell the jcl formatter to put x number of
spaces or tabs between "procedure" keyword in classes and the method signature?
Like this:
TMyClass = class
public
procedure Method1;
procedure method2;
end;
^--^--------- 4 spaces (or 2 tabs with my setup) between
It makes the class definitions more readable and I manually put the tabs there
when creating the class. But if I run jcl formatter, it changes those spaces
back to 1 and make it look well, ugly.
Thanks,
--
Warm Regards,
Lee
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus