I have a lot of source code files written using the MD-DOS editor. The format of the sourcecode appears to be different when viewed using the MSVC++ IDE than when viewed using MS-DOS edit. For example, if a line in the MS-DOS editor begins on column 5, the MSVC++ IDE shows it beginning on column 10.
I can format the source code to appear justified as C source code by going through the text line by line and deleting the leading blanks or tabs and then pressing the return key. However, this is tedious and time consuming. How can I format the source code syntactically without going through it line by line?
I can format the source code to appear justified as C source code by going through the text line by line and deleting the leading blanks or tabs and then pressing the return key. However, this is tedious and time consuming. How can I format the source code syntactically without going through it line by line?