diff --git a/.editorconfig b/.editorconfig index 579c6ed..d3742f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,5 @@ trim_trailing_whitespace = true # Ensure every file ends with a newline insert_final_newline = true +[*.md] +insert_final_newline = false