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