diff --git a/.editorconfig b/.editorconfig index a98684d5b26..2ac65f2f5c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ indent_size = 2 [tests/_files/*_result_cache.txt] insert_final_newline = false + +[*.phpt] +trim_trailing_whitespace = false