diff --git a/.editorconfig b/.editorconfig index 5b42e032..3293ab85 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,6 @@ root = true [*] indent_style = space indent_size = 2 + +[*.md] +trim_trailing_whitespace = false