summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2014-12-30 00:47:51 -0500
committerAnish Athalye <me@anishathalye.com>2014-12-30 00:47:51 -0500
commit68c6126f8954e73dcf5a5afb4fc92b56dd06c52e (patch)
tree532199d3a64e062bc1aa25b9b7bf61a0e13cd182 /.editorconfig
parent1221ad0f9bca09ce9d79f9ae86cad21d22ef9ff2 (diff)
Update editorconfig
Trailing whitespace is significant in Markdown files.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 0a0b417..8638d94 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,3 +9,6 @@ trim_trailing_whitespace = true
[*.py]
indent_size = 4
+
+[*.md]
+trim_trailing_whitespace = false