Skip to content

Code style conventions

Martijn van Exel edited this page Feb 17, 2014 · 1 revision

Javascript

Should be formatted according to these jsbeautify settings: https://gist.github.com/mvexel/9061170

If you use Sublime Text, use the beautifier package: https://github.com/enginespot/js-beautify-sublime

Python

Should validate against flake8 http://flake8.readthedocs.org/en/latest/

If you use Sublime Text, use https://github.com/dreadatour/Flake8Lint