Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Don't add final newlines in sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nDmitry committed Aug 5, 2014
1 parent 39743db commit 6da5d27
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,3 +9,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.map]
insert_final_newline = false

0 comments on commit 6da5d27

Please sign in to comment.