From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] replace tabs with spaces of Python code Date: Thu, 19 May 2005 09:48:46 +0900 Message-ID: <9cde8bff050518174875bccb21@mail.gmail.com> References: <9cde8bff05051811584868a6a3@mail.gmail.com> <428B9EAC.2070908@diku.dk> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <428B9EAC.2070908@diku.dk> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jacob Gorm Hansen Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 5/19/05, Jacob Gorm Hansen wrote: > aq wrote: > > hello, > > > > there are many Python codes in tools/ that mix tab and space for > > indentation, which might introduce some silly and hidden bugs. this is > > a serious problem and must be avoid at all cost. >=20 > I would suggest doing the opposite, like Linux does, but I guess this is > mostly a matter of taste (i.e. your's is bad and mine is good ;-)) because most of code in Xen use spaces to indent, so it takes less time/effort to convert/check if we change tab to spaces. so it is wiser not to do the opposite :-) regards, aq