Skip to content
m4rkw edited this page May 9, 2012 · 27 revisions

Welcome to the OpenEyes wiki!

If you would like to submit a pull request to the OpenEyes repository, please ensure that your changes adhere to the following standards to ensure consistency throughout the OpenEyes codebase.

  1. Please use tabs rather than spaces. Tabs allow all developers working on OpenEyes code to use their preferred level of indentation without forcing other developers to work with their choice.

  2. Opening braces should be placed at the end of the preceding line, eg:

while(1) {

Clone this wiki locally