Labs/Jetpack/FlightDeck/Contribution/Style Guide
From MozillaWiki
< Labs | Jetpack | FlightDeck | Contribution
Overall
Please use tab indentation (not spaces)
Python
All code should follow Style Guide for Python Code with indentation as above
HTML
Please use double quotes for parameters (")
JS
Please use single quotes for strings (')
CSS
Please place hacks (will they be ever needed?) in the separate file