1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/CSharp.gitattributes

6 lines
184 B
Plaintext
Raw Normal View History

# Auto detect text files and perform LF normalization
2019-04-18 00:51:46 -04:00
# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
2019-04-19 20:35:18 -04:00
* text=auto
2019-04-19 20:15:36 -04:00
*.cs text diff=csharp