diff --git a/.editorconfig b/.editorconfig index 9f62084fe..cf6c54c66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ charset = utf-8 [*.php] indent_style = space indent_size = 4 +insert_final_newline = true [Makefile] indent_style = tab