summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-06-09 18:27:18 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-06-09 18:27:18 +0100
commit634154ec41b416f20df585b2ec7babef9fcb0b31 (patch)
tree9739d5a4d2afeaa8ff1c919af63a634257fd0339
parent8a2de3538c01f535385fb09881f4b2ddc30d4323 (diff)
downloadlibgit2-editorconfig.tar.gz
editorconfig: allow trailing whitespace in markdowneditorconfig
Markdown uses trailing whitespace to indicate context; eg, a blank line with four spaces indicates that there is a hard break between the (indented) lines surrounding that line. Ensure that editors do not remove this blank.
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index be59274e8..d4b419012 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,4 @@ insert_final_newline = true
[*.md]
indent_style = space
indent_size = 4
+trim_trailing_whitespace = false