Style Guide - skrul/greasefire GitHub Wiki

  • Two space indents (no tabs) for all JavaScript, XUL, and CSS
  • 80 columns
  • No newline before an open brace
  • Try to follow the surrounding code or the Google JavaScript style guide when it makes sense