5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
|
* text=auto
|
|
*.cs diff=csharp
|