diff --git a/.editorconfig b/.editorconfig index bc2f341..8fc4810 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,7 @@ end_of_line = lf indent_size = 4 indent_style = tab trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file