Skip to content

Code format

Christian Sterzl edited this page Sep 30, 2014 · 1 revision
  • Code is indented with spaces not tabs.
  • 1 indent are 2 spaces.
  • Where possible only ' should be used instead of ".
  • If statements are in curly braces.
  • A statement ends with ;
Clone this wiki locally