Skip to content

General Coding Guidelines

Sameer Deshmukh edited this page Feb 1, 2016 · 2 revisions

This page lists coding guidelines that ALL new Pull Requests must adhere to. Please go through them carefully and incorporate them into your code.

  • Indentation - All indentation should strictly be 2 spaces. Do not use tabs.
  • Line length - All lines must be within 80 characters.
  • Blocks - Use the do...end syntax for blocks. Do not use {...}.

PS - This document is a work in progress and will be updated regularly.

Clone this wiki locally