javascript - Grunt: issue with line endings -
i'm working on mean-stack project, , i'm 1 in team using windows (changing unix not option in case).
i have problem windows's crlf line endings. every time run grunt serve, generates few files (index.html , .scss) our project. after make changes code, need commit changes git.
the problem that, have unix lf line endings in every other file have edited except ones grunt has generated. how can change grunt generate files unix lf line endings in windows environment instead of crlf?