Additional Spacing Options
Brought to you by:
anthonysteele
Thanks for the great Code Formater.
First, I was wondering if you could add an option to
clean up the bad spacing in my code.
Specifically, I would like to control the number of spaces
before and after items such as (",", "+","-
", "/", "*", ")", "(", ":=", "=", "[", "]", ...)
For example
Change:
Temp := CallSomeFunction ( one, two [one -
three], three );
To:
Temp := CallSomeFunction(one, two[one - three],
three);
////
Keep up the good work.