summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2016-11-18 09:40:45 -0800
committerSam Roberts <vieuxtech@gmail.com>2016-11-21 09:04:29 -0800
commit3cbb553df8fefbed7fd09b4b75f1d6f7b611d3b5 (patch)
treeb21a98975932a099ad3e70d066873cf2536ed017 /.editorconfig
parent13c4f44e974534951564c110b0e718fb5c642464 (diff)
downloadandroid-node-v8-3cbb553df8fefbed7fd09b4b75f1d6f7b611d3b5.tar.gz
android-node-v8-3cbb553df8fefbed7fd09b4b75f1d6f7b611d3b5.tar.bz2
android-node-v8-3cbb553df8fefbed7fd09b4b75f1d6f7b611d3b5.zip
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 2b0070686f..1c1b441854 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