You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.
jbarnette edited this page Sep 12, 2010
·
10 revisions
Guidelines are guidelines, not laws. What’s important is consistency. Anybody’s welcome to change these, just get consensus and make sure all the existing code matches your new guideline.
Two spaces per indent.
// good
if (something)
do_something();
// bad
if (something)
do_something();