diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |