Browse Source

chore: avoid git noise in package.json's last newline

tophf 4 years ago
parent
commit
966004e8fa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -8,5 +8,8 @@ charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 
+[package.json]
+insert_final_newline = false
+
 [*.md]
 trim_trailing_whitespace = false