Skip to content

Commit c4f21f3

Browse files
committed
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.
1 parent 3511453 commit c4f21f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
###############################################################################
22
# Do not normalize any line endings.
33
###############################################################################
4-
* -text
4+
* -text
5+
*.cs diff=csharp

0 commit comments

Comments
 (0)