Skip to content

Commit 02a7bd7

Browse files
authored
chore: enforce LF line endings (#535)
* chore: enforce LF line endings * chore: preserve Windows batch line endings
1 parent 254e8f6 commit 02a7bd7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Keep repository text files consistent across operating systems.
2+
* text=auto eol=lf
3+
4+
*.cmd text eol=crlf
5+
*.bat text eol=crlf

0 commit comments

Comments
 (0)