1# Autodetect text files
2* text=auto
3
4# Declare files that will always have LF line endings on checkout.
5*.cs text eol=lf
6*.csproj text eol=lf
7*.sln text eol=lf
8*.xml text eol=lf
9