[Insight-developers] Tabs in source code must be changed to spaces

Lorensen, William E (CRD) lorensen@crd.ge.com
Mon, 12 Nov 2001 15:42:11 -0500


Folks,
I've added a new file, checkTabs, to the commit process in cvs. It checks for explicit TABS in the
code and prevents the commmit if it sees tabs. Only .txx, .cxx and .c files are checked.

The tabs should be changed to two SPACES to conform to the Insight guidelines. Unix users can use
the:
expand -2 foo.txx >foo; mv foo foo.txx

shell commands to change each TAB to two SPACES.

This should help keep the code more readable.

Please let me know if you have problems.

Bill