summaryrefslogtreecommitdiff
path: root/doc/STYLE_GUIDE.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-10-05 12:19:33 -0700
committerRich Trott <rtrott@gmail.com>2017-10-07 19:02:06 -0700
commite0122299cf4ee7d97ca826a8f68eb799a5a56fe7 (patch)
tree0f1784a73a660c32239478aaa2fb126646127601 /doc/STYLE_GUIDE.md
parentbdf711dc62cb662b9390cd3d0b42e1c50582380d (diff)
downloadandroid-node-v8-e0122299cf4ee7d97ca826a8f68eb799a5a56fe7.tar.gz
android-node-v8-e0122299cf4ee7d97ca826a8f68eb799a5a56fe7.tar.bz2
android-node-v8-e0122299cf4ee7d97ca826a8f68eb799a5a56fe7.zip
doc: update style guide for markdown extension
There are no longer files in the repository that use the `.markdown` extension so remove mention of them. PR-URL: https://github.com/nodejs/node/pull/15786 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'doc/STYLE_GUIDE.md')
-rw-r--r--doc/STYLE_GUIDE.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md
index 69bfa86500..27b66995b4 100644
--- a/doc/STYLE_GUIDE.md
+++ b/doc/STYLE_GUIDE.md
@@ -6,8 +6,6 @@
topic the document will describe (e.g., `child_process`).
* Filenames should be **lowercase**.
* Some files, such as top-level markdown files, are exceptions.
- * Older files may use the `.markdown` extension. These may be ported to `.md`
- at will. **Prefer `.md` for all new documents.**
* Documents should be word-wrapped at 80 characters.
* The formatting described in `.editorconfig` is preferred.
* A [plugin][] is available for some editors to automatically apply these