Commit c103616feaebf119386514e0f138bea551baf3ae

Patrick Steinhardt 2018-06-15T10:32:24

Merge pull request #4676 from libgit2/editorconfig editorconfig: allow trailing whitespace in markdown

1
2
3
4
5
6
7
8
9
diff --git a/.editorconfig b/.editorconfig
index be59274..d4b4190 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,4 @@ insert_final_newline = true
 [*.md]
 indent_style = space
 indent_size = 4
+trim_trailing_whitespace = false