--- trunk/.editorconfig 2024/07/29 17:59:26 575 +++ trunk/.editorconfig 2024/09/07 09:38:45 626 @@ -4,4 +4,7 @@ end_of_line = lf [*.yml, *.yaml] -indent_size = 2 \ No newline at end of file +indent_size = 2 + +[*.md, *.mdx] +trim_trailing_whitespace = false \ No newline at end of file