diff --git a/.editorconfig b/.editorconfig index 5f40572b0..4eaaa8c44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ trim_trailing_whitespace = true [*.{markdown,md}] trim_trailing_whitespace = false -[tests/*] +[test/*] insert_final_newline = false trim_trailing_whitespace = false