diff --git a/.editorconfig b/.editorconfig index d415404..fdd0e94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 + +[*.md] +trim_trailing_whitespace=false