From: Jan Tagscherer <3198913+jtagscherer@users.noreply.github.com> Date: Mon, 12 Nov 2018 20:06:59 +0000 (+0100) Subject: Change .editorconfig to include final newlines (#5827) X-Git-Tag: v2.8.0-rc.1~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e62913cfc2f97b33545cb5ffca4845aa8cd6d55;p=thirdparty%2FChart.js.git Change .editorconfig to include final newlines (#5827) --- 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