From 52a44b3847d96a56cbbc896a4473dce49a9df570 Mon Sep 17 00:00:00 2001 From: Declan de Wet Date: Sat, 12 Dec 2015 00:07:37 +0200 Subject: [PATCH] document programming style --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 9cd408d..638cd6f 100644 --- a/contributing.md +++ b/contributing.md @@ -73,7 +73,7 @@ $ make release ### Code Style -To keep a consistant coding style in the project, we're using [Polar Mobile's guide](https://github.com/polarmobile/coffeescript-style-guide), with one difference begin that much of this project uses `under_scores` rather than `camelCase` for variable naming. For any inline documentation in the code, we're using [JSDoc](http://usejsdoc.org/). +To keep a consistent coding style in the project, we're using [JavaScript Standard Style](https://github.com/feross/standard), with one difference being that much of this project uses `under_scores` rather than `camelCase` for variable naming. For any inline documentation in the code, we're using [JSDoc](http://usejsdoc.org/). ### Commit Cleanliness