Skip to content

Commit

Permalink
tweak editorconfig to deal with trailing newlines in nested mangle.js…
Browse files Browse the repository at this point in the history
…on files (#1378)
  • Loading branch information
developit authored and marvinhagemeister committed Mar 10, 2019
1 parent 47fdd6d commit 5c587f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ trim_trailing_whitespace = false
# Uglify (or some other tool) always rewrites this file
# without a final newline on build, so disabling that
# editorconfig feature specifically for this file
[mangle.json]
[mangle.json,**/mangle.json]
insert_final_newline = false

0 comments on commit 5c587f9

Please sign in to comment.