Skip to content
Michael Casebolt edited this page Sep 9, 2015 · 8 revisions

#Style Guide

The following are the currently enforced style rules:

  1. Use two-space indentation. No tab characters allowed anywhere.
  2. Lines must be no greater than 100 characters in length.
  3. Only commit UNIX style line endings. This means each line must end with '\n', not '\r\n'.
  4. No whitespace at the end of a line. This implies that blank lines must not contain any characters.
Clone this wiki locally