From 427e1d5e88fff136310b13fe87150fd59529c892 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 17 Apr 2017 13:57:09 +0200 Subject: [PATCH] Updated Style Guide (markdown) --- Style-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Style-Guide.md b/Style-Guide.md index c4d8e7c..52bb68d 100644 --- a/Style-Guide.md +++ b/Style-Guide.md @@ -1,4 +1,5 @@ -This page outlines the style conventions that PDF.js follows to maintain a consistent codebase. We ask each contributor that creates a pull request to adhere to these conventions. Some of these conventions will also be checked automatically by a linting tool after each push to a branch of a pull request. +This page outlines the style conventions that PDF.js follows to maintain a consistent codebase. We ask each contributor that creates a pull request to adhere to these conventions. +Many of these conventions will also be checked automatically by a linting tool after each push to a branch of a pull request. Please refer to https://github.com/mozilla/pdf.js/wiki/Contributing#4-run-lint-and-testing for more information about running the linting tool locally. ## General * Indentation: 2 spaces