Skip to content
tilljoel edited this page Feb 1, 2013 · 1 revision
  • Space around some operators, no space around some
  • Space after comma
  • Prefer single-quoted strings when you don't need string interpolation
  • Use empty lines between defs.
  • Use two lines before class?
  • Use no newlines after "end"
  • Indent when as deep as case.

Clone this wiki locally