From 7e62913cfc2f97b33545cb5ffca4845aa8cd6d55 Mon Sep 17 00:00:00 2001 From: Jan Tagscherer <3198913+jtagscherer@users.noreply.github.com> Date: Mon, 12 Nov 2018 21:06:59 +0100 Subject: [PATCH] Change .editorconfig to include final newlines (#5827) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8cea3b4f0..bf81c70a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = false +insert_final_newline = true [gulpfile.js] indent_style = space