You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/05/15 23:17:08 UTC

[Cordova Wiki] Update of "StyleGuide" by FilMaj

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "StyleGuide" page has been changed by FilMaj:
http://wiki.apache.org/cordova/StyleGuide?action=diff&rev1=10&rev2=11

Comment:
added note about spaces and eclipse to Java section

  == Java ==
  
    * see [[http://wiki.eclipse.org/index.php/Development_Conventions_and_Guidelines|Eclipse Development Conventions]]
+   * Indentation is four SPACES, not tabs. Please edit your Eclipse properties to update as such, by default Eclipse uses tabs.
  
  == Objective C ==