From ce9dbcfb16901f7ec5b1f80aa86c774fbb0a9f6d Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 17 Oct 2016 13:56:28 -0400 Subject: [PATCH] Changed .editorconfig to include a trailing newline on files (#21) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f1ef0a787..a58a373c5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] end_of_line = lf -insert_final_newline = false +insert_final_newline = true charset = utf-8 [*.{js,jsx,json,html}]