Labs/Jetpack/FlightDeck/Contribution/Style Guide

< Labs‎ | Jetpack‎ | FlightDeck‎ | Contribution
Revision as of 17:07, 14 July 2010 by Zalun (talk | contribs) (→‎Python)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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