Updated Style Guide (markdown)

brendandahl 2011-12-13 15:31:31 -08:00
parent aae34e5804
commit 17d789439d

@ -1,4 +1,8 @@
# Style Guide
## General
* Indentation - 2 spaces
* Line Length - 80 characters
## Classes
The standard way of creating classes in pdf.js is the following. Please note that by class we mean an object that is class-like.
<pre>