Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2016-11-18 20:40:45 +0300
committerAnna Henningsen <anna@addaleax.net>2016-11-22 08:38:04 +0300
commit19ca6cddcf7bf55d708db65e059089e2c2673e91 (patch)
tree1dcf1e0863d357228a9bdfebf3d0d4bc2f865f82 /.editorconfig
parent7c1a2f56fccdf2df2aefbf72533e9e6a307dcf22 (diff)
tools: disallow trailing whitespace for markdown
markdown had a dispensation because 2 or more trailing spaces triggers a new paragraph. There are no examples of that usage in Node, all trailing whitespace found were mistakes, and the dispensation is now removed. See: https://github.com/nodejs/node/pull/9620 PR-URL: https://github.com/nodejs/node/pull/9676 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index 2b0070686f4..1c1b4418547 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,9 +9,6 @@ insert_final_newline = true
[vcbuild.bat]
end_of_line = crlf
-[*.{md,markdown}]
-trim_trailing_whitespace = false
-
[{lib,src,test}/**.js]
indent_style = space
indent_size = 2