From 968465411524f0c76afb718346d931d3082418e4 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 21 Jun 2026 20:32:19 -0400 Subject: [PATCH 1/2] Add settings for trimming whitespace and final newline --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 19ae126..d3de648 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,8 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true [*.md] indent_size = 2 From d8273b07fe9e90a5f2d13fee113edf20d3ececd2 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 21 Jun 2026 20:37:34 -0400 Subject: [PATCH 2/2] Fix newline at end of phpunit-watcher.yml --- phpunit-watcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit-watcher.yml b/phpunit-watcher.yml index d31e912..5b5fe13 100644 --- a/phpunit-watcher.yml +++ b/phpunit-watcher.yml @@ -10,4 +10,4 @@ notifications: phpunit: binaryPath: ./vendor/bin/phpunit arguments: '--stop-on-failure' - timeout: 180 \ No newline at end of file + timeout: 180