Moved out of JIRA and into the list El jue, 03-04-2008 a las 15:39 -0700, Kevin Brown (JIRA) escribió: > [ > https://issues.apache.org/jira/browse/SHINDIG-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585330#action_12585330 > ] > > Kevin Brown commented on SHINDIG-159: > ------------------------------------- > > I think shindig's policy on whitespace should be summary execution of > anyone who uses tabs (especially if they mix tabs and spaces). Not > sure if this runs afowl of The Apache Way, though :) >
I don't think there is a unique "Apache Way" for tabs vs spaces (I think mixing them is taboo for both camps). I just looked for " $" and " \t" until nothing new happened, basically killing spaces at EOL and spaces before tabs. I prefer spaces only too, but a lot of people uses tabs. We have a big 2676 lines with tabs, mostly (if not all), .js and .php files. In both types it is common the use of tabs. http://github.com/sgala/apache-incubator-shindig/commit/whitespaces shows the lines (though github is not showing the spaces separately). Committing it would probably give conflicts to other people, and I don't think it is worth it. Regards Santiago > > OAuth support in Shindig > > ------------------------ > > > > Key: SHINDIG-159 > > URL: https://issues.apache.org/jira/browse/SHINDIG-159 > > Project: Shindig > > Issue Type: Bug > > Components: Gadgets Server - Java > > Reporter: Brian Eaton > > Attachments: full-oauth.patch, oauth-april-03-11am.patch > > > > > > -- Santiago Gala http://memojo.com/~sgala/blog/

