Updated Style Guide (markdown)

brendandahl 2012-10-18 12:16:04 -07:00
parent ed6a90cc9f
commit 60786776c8

@ -2,6 +2,7 @@
## General ## General
* Indentation - 2 spaces * Indentation - 2 spaces
* Line Length - 80 characters * Line Length - 80 characters
* [Required License in File Header](https://github.com/mozilla/pdf.js/wiki/License-Headers)
## Naming ## Naming
* variables and functions - lowerCamelCase * variables and functions - lowerCamelCase