|
From: Jirka P. <fi...@us...> - 2002-06-14 13:42:42
|
> Yup, it is good to get this out of the way before 1.0. :) Some editors > have a nice 'entab' feature which will smartly replace leading spaces > with tabs to clean up the indentation. I don't know one off-hand for > linux, though, otherwise I would have already gone through the files and > changed them. > > So, just to be clear.... > leading spaces =3D=3D bad > leading tabs =3D=3D good Unfortunately, it's not only in replacing spaces with tabs, it have to be d= one by a thinking one (a human if possible) not the machine only, because s= imply replacing spaces with tabs will produce worse looking code than it lo= okedd before. We both are strictly using tabs. Others can do so. And we both can start wi= th smoothly replacing. But there is no goal to do it now, OK? Let's say we = will clean it up before 1.0. |