Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 9181fd8

Browse files
committed
fix: set up gitattributes to stop the line ending fuckery
1 parent edc5e97 commit 9181fd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# REFER: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
2+
3+
# All files are checked into the repo with LF
4+
* text=auto
5+
6+
# These files are checked out using CRLF locally
7+
*.bat eol=crlf

0 commit comments

Comments
 (0)