From 17d789439dea6396a5e286423a97607e4dde71cb Mon Sep 17 00:00:00 2001 From: brendandahl Date: Tue, 13 Dec 2011 15:31:31 -0800 Subject: [PATCH] Updated Style Guide (markdown) --- Style-Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Style-Guide.md b/Style-Guide.md index d16c83e..4f6bb69 100644 --- a/Style-Guide.md +++ b/Style-Guide.md @@ -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.