Skip to content
acasimiro edited this page Aug 28, 2012 · 2 revisions

Here are the code conventions used in komoo project. Please follow them!

Naming

Always name your objects (i.e. classes, variables, styles, functions, etc.) using more generic components firsts. # Example çalalala

Languages

Python

  • Indendation: 4 spaces PEP-8

Coffeescript

  • Indendation: 2 spaces

HTML

  • Indendation: 2 spaces

CSS

  • Indendation: 4 spaces

Clone this wiki locally