From ebc91b5d33a1186b1916ac0054eca4dead00644a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 20 Mar 2014 09:17:56 +0200 Subject: [PATCH] insert_final_newline to true --- .editorconfig | 1 + 1 file changed, 1 insertion(+) 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).