[Scummvm-cvs-logs] CVS: tools extract.c,1.8,1.9

Max Horn fingolfin at marblehorse.org
Sat Jul 13 04:10:02 CEST 2002


At 3:18 Uhr -0700 13.07.2002, Lionel Ulmer wrote:
>Update of /cvsroot/scummvm/tools
>In directory usw-pr-cvs1:/tmp/cvs-serv5727
>
>Modified Files:
>	extract.c
>Log Message:
>And fixed the lines where it was not tabbed properly.
>
>Max, if you really insist of 'indent'ing everything, at least fix the
>tool so that the source code can be seen whatever the tab size.
>
>Ie something like that :
>
><TAB><TAB>sprintf(stderr, "Test %s",
><TAB><TAB>        variable);
>
>Is VASTLY better than what indent does :
><TAB><TAB>sprintf(stderr, "Test %s",
><TAB><TAB><TAB><TAB><TAB>variable);
>
>Wich is unreadable if you do not have the TAB size that YOU prefer
>(and maybe not the rest of the Internet out there).

In fact a tabs size of 2 is not the size *I* prefer, but what our 
specs require! I have no problem with switching over to 4 or 8 space 
tabs, or even to not using tabs at all and indenting all with spaces. 
Would suite me fine. But I think that if we have specs, we should 
live by them, and not just do in our files what *we* personally 
prefer. If you don't like the specs, that's fine, but then let's 
change them instead of ignoring them.


Max
-- 
-----------------------------------------------
Max Horn
Software Developer

email: <mailto:max at quendi.de>
phone: (+49) 6151-494890




More information about the Scummvm-git-logs mailing list