Updated Style Guide (markdown)

Jonas Jenwald 2017-04-17 03:35:00 +02:00
parent 93281056a2
commit d5e77d170a

@ -3,7 +3,7 @@ This page outlines the style conventions that PDF.js follows to maintain a consi
## General ## General
* Indentation: 2 spaces * Indentation: 2 spaces
* Line length: 80 characters * Line length: 80 characters
* Required license in header: see https://github.com/mozilla/pdf.js/blob/master/web/viewer.js#L1-L16 * Required license in header: see https://github.com/mozilla/pdf.js/blob/master/src/license_header.js
## Naming ## Naming
* Variables and functions: lowerCamelCase * Variables and functions: lowerCamelCase