Skip to content

Commit

Permalink
chore: dont require newline for package lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Oct 25, 2023
1 parent 7401adb commit dfea85f
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 @@ -10,6 +10,9 @@ indent_style = space[*]
insert_final_newline = true
charset = utf-8

[packages.lock.json]
insert_final_newline = false

[*.sh]
end_of_line = lf

Expand Down

0 comments on commit dfea85f

Please sign in to comment.