From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:47250 "EHLO s-opensource.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752103AbcGVJqM (ORCPT ); Fri, 22 Jul 2016 05:46:12 -0400 Date: Fri, 22 Jul 2016 06:46:04 -0300 From: Mauro Carvalho Chehab To: Markus Heiser Cc: Hans Verkuil , Linux Media Mailing List , Mauro Carvalho Chehab , Jonathan Corbet , linux-doc@vger.kernel.org, Jani Nikula , Daniel Vetter Subject: Re: [PATCH 00/18] Complete moving media documentation to ReST format Message-ID: <20160722064604.5e4cbe64@recife.lan> In-Reply-To: References: <578DF08F.8080701@xs4all.nl> <20160719081259.482a8c04@recife.lan> <6702C6D4-929F-420D-9CF9-911CA753B0A7@darmarit.de> <20160719115319.316349a7@recife.lan> <99F50AA7-01F0-4659-82F9-558E19B3855A@darmarit.de> <20160719141843.17bf5a9b@recife.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Thu, 21 Jul 2016 17:17:26 +0200 Markus Heiser escreveu: > Am 19.07.2016 um 19:18 schrieb Mauro Carvalho Chehab : > > >> A bit OT, but I see that you often use tabs / I recommend to use > >> spaces for indentation: > >> > >> http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#whitespace > > > > The Kernel policies are to use tabs instead of spaces, > > Yes, but not in text files .. I think. See chapter 1 of Documentation/CodingStyle: Chapter 1: Indentation Tabs are 8 characters, and thus indentations are also 8 characters. > > -- Markus -- > > > and tabs have > > size of 8. I have some git automation to avoid commit patches with > > bad whitespaces, and some tools to convert spaces into tabs. > > > > > > > Thanks, > > Mauro > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-media" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks, Mauro