From 966051a5fb74a5dfbc61228e80093dbaeb80f517 Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 18 Apr 2019 09:44:17 -0700 Subject: [PATCH] [editorconfig] disable `insert_final_newline` for package.json --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7121ac7876f8c..7564b3596f043 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[package.json] +insert_final_newline = false + [*.{md,asciidoc}] trim_trailing_whitespace = false insert_final_newline = false