Skip to content

Commit

Permalink
[editorconfig] disable insert_final_newline for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 18, 2019
1 parent bff10d2 commit 966051a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 966051a

Please sign in to comment.