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.