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