diff --git a/.editorconfig b/.editorconfig index 7cc4c5f..09c6107 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ trim_trailing_whitespace = false [*.php] indent_style = space indent_size = 4 +insert_final_newline = true [vendor/**] ; Use editor default (possible autodetection).