diff --git a/.editorconfig b/.editorconfig index 2a13caeb..c170118f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,7 @@ trim_trailing_whitespace = true [*.{js, conf, json}] charset = utf-8 indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false