Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: ✨ Closes #497: preserve trailing newline in mangle.json
this commit adds editorconfig & index.js changes to enable trailing new line detection & addition in mangle.json

*
  • Loading branch information
mikr13 authored Aug 22, 2021
commit 31f7a7d0b6567fc3f51cac9c22642031af144884
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ indent_size = 2

[*.md]
trim_trailing_whitespace = false

# enabled trailing newline on
# mangle.json files
[{mangle.json,**/mangle.json}]
insert_final_newline = true
Copy link
Copy Markdown
Collaborator

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?

Copy link
Copy Markdown
Collaborator

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

Loading