From 291d5248c1a500177383d08fe133026b704a12f0 Mon Sep 17 00:00:00 2001 From: Meaglin Date: Thu, 23 Aug 2012 19:55:10 +0300 Subject: [PATCH] Make it more apparent this is for the npm code not all packages. --- doc/cli/coding-style.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/cli/coding-style.md b/doc/cli/coding-style.md index c505dba83f3..1aa3e80e23e 100644 --- a/doc/cli/coding-style.md +++ b/doc/cli/coding-style.md @@ -10,6 +10,8 @@ designed to reduce visual clutter and make bugs more apparent. If you want to contribute to npm (which is very encouraged), you should make your code conform to npm's style. +Note: this concerns npm's code not the specific packages at npmjs.org + ## Line Length Keep lines shorter than 80 characters. It's better for lines to be