Menu

#10 Additional Spacing Options

open
nobody
5
2003-12-01
2003-12-01
Anonymous
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.