diff --git a/.editorconfig b/.editorconfig index 56734c3..b63cf5c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,7 +27,8 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -[*.txt] +[*.{md,txt}] +insert_final_newline = false trim_trailing_whitespace = false [*.{md,json,yml,yml.template}]