diff --git a/.editorconfig b/.editorconfig index 02de0aed1..c51c16f80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,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