Should note, all the BlackBerry Java code is 4 space indentation except for maybe a few spots where someone else edited the file.
On Tue, May 15, 2012 at 3:50 PM, Drew Walters <[email protected]> wrote: > +1 spaces > > On Tue, May 15, 2012 at 3:48 PM, Shazron <[email protected]> wrote: >> Spaces. >> I've an issue filed against iOS regarding this: >> https://issues.apache.org/jira/browse/CB-625 >> >> >> On Tue, May 15, 2012 at 1:49 PM, Filip Maj <[email protected]> wrote: >>> I suppose I should post my refs too >>> >>> [1] http://wiki.apache.org/cordova/StyleGuide >>> [2] >>> http://www.oracle.com/technetwork/java/javase/documentation/codeconventions >>> -136091.html#262 >>> >>> On 5/15/12 1:48 PM, "Filip Maj" <[email protected]> wrote: >>> >>>>Let's see how this one pans out ;) >>>> >>>>This came up during the code review of the CordovaWebView stuff for >>>>Android. Our style guide [1] specifies to follow the Eclipse Coding >>>>Conventions, which point to standards set out by Sun, which of course now >>>>points to an Oracle web site. >>>> >>>>The Sun standards say [2] about indentation: >>>> >>>>---- >>>> >>>>4 - Indentation >>>> >>>>Four spaces should be used as the unit of indentation. The exact >>>>construction of the indentation (spaces vs. tabs) is unspecified. Tabs >>>>must be set exactly every 8 spaces (not 4). >>>> >>>>---- >>>> >>>> >>>>So my question is: tabs or spaces in Java code? >>>> >>>>My vote: spaces. >>>> >>>>Let your voice be heard. >>>> >>>
