Skip to content

Commit 177a81d

Browse files
refactor: Add .gitattributes to ensure C# files use CRLF line endings
1 parent 2afa338 commit 177a81d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ensure C# files check out with CRLF to match src/.editorconfig end_of_line setting.
2+
*.cs text eol=crlf

0 commit comments

Comments
 (0)