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?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -