1# Auto detect text files and perform LF normalization
2* text=auto
3
4*.sh text eol=lf
5
6# cmake launcher templates
7*.sh.in text eol=lf
8*.cmd.in text eol=crlf
9*vcproj.user.in text eol=crlf
10*vcxproj.user.in text eol=crlf
11