You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 229 of /tasks/handlebars.js, there's a call to grunt.util.normalizelf(options.separator).
If the separator is going to be normalized, why have that option at all?
I'm on a windows machine, but I'd like my output to be in *nix format so I don't get whitespace changes in all my files when collaborating with *nix users.
The text was updated successfully, but these errors were encountered:
On line 229 of /tasks/handlebars.js, there's a call to
grunt.util.normalizelf(options.separator)
.If the separator is going to be normalized, why have that option at all?
I'm on a windows machine, but I'd like my output to be in *nix format so I don't get whitespace changes in all my files when collaborating with *nix users.
The text was updated successfully, but these errors were encountered: