9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
# Autodetect text files
|
||
|
* text=auto
|
||
|
|
||
|
# Declare files that will always have LF line endings on checkout.
|
||
|
*.cs text eol=lf
|
||
|
*.csproj text eol=lf
|
||
|
*.sln text eol=lf
|
||
|
*.xml text eol=lf
|