From 25d811917dfe31aba465d027f158e4d5a9969a47 Mon Sep 17 00:00:00 2001 From: Marcin Gil Date: Thu, 17 Apr 2025 14:48:28 +0200 Subject: [PATCH] [*.php] trim_trailing_whitespace = true --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2f8a1b0b8..009e19841 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,6 @@ indent_style = space end_of_line = lf indent_size = 4 indent_style = space + +[*.php] +trim_trailing_whitespace = true \ No newline at end of file