Skip to content

Commit 8579a6d

Browse files
feat: this commit introduces .gitattributes to manage line endings for different file types
1 parent cd4aef6 commit 8579a6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
*.cs text eol=lf
3+
*.sh text eol=lf
4+
*.ps1 text eol=crlf

0 commit comments

Comments
 (0)