Coding standards

From OpenSimulator

Revision as of 19:05, 4 July 2008 by Justincc (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Generally speaking, we put curly brackets on separate lines and use 4 space tabs. Tab themselves should be spaces, not actual hard tabs. For instance.

public void LazeAround()
{
    // Do nothing
}
Personal tools
General
About This Wiki