-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: ✨ Closes #497: preserve trailing newline in mangle.json #882
Conversation
this commit adds editorconfig & index.js changes to enable trailing new line detection & addition in mangle.json *
🦋 Changeset detectedLatest commit: 5a86e27 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
.editorconfig
Outdated
# enabled trailing newline on | ||
# mangle.json files | ||
[{mangle.json,**/mangle.json}] | ||
insert_final_newline = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be covered by the wildcard above already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also doesn't affect anyone using the project, so I've removed it
* Fix mangle.json being overwritten with [object Object] Regression from #882. * Create gorgeous-singers-invite.md
Fixes #497
This commit adds editorconfig & index.js changes to enable trailing new line detection & addition in mangle.json