diff: use csharp driver for better function headers in .cs files

Update .gitattributes to use the csharp pattern for hunk headers in *.cs files.
This will result in the csharp function name that a change occurs in to be
included in the hunk header.
This commit is contained in:
Jameson Miller 2019-09-04 09:35:06 -04:00
Родитель 35114532b8
Коммит c4f21f3f31
1 изменённых файлов: 2 добавлений и 1 удалений

3
.gitattributes поставляемый
Просмотреть файл

@ -1,4 +1,5 @@
###############################################################################
# Do not normalize any line endings.
###############################################################################
* -text
* -text
*.cs diff=csharp