From ca264601f9d4a9245c8c91727054935f68cf8aec Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 5 Oct 2017 12:19:33 -0700 Subject: [PATCH] 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. --- doc/STYLE_GUIDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md index 69bfa86500d08d..27b66995b4ca4b 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