Skip to content
daniellee edited this page Dec 8, 2011 · 1 revision

Code Formatting

Tabs

We use the Visual Studio default:

  • smart indentation
  • tab size: 4
  • indent size: 4
  • insert spaces

We are aware that there is a mixture of tabs and spaces in the code, so feel free to reformat the code to this standard. But if you do so, please put it in a separate commit.

Clone this wiki locally