Skip to content

Commit 0e6faa7

Browse files
committed
优化 Git 对不同文件的换行符限制
1 parent ce59be8 commit 0e6faa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.sh text eol=lf
2-
*.bat text eol=crlf
3-
*.cmd text eol=crlf
2+
*.command text eol=lf
3+
*.bat text eol=crlf

0 commit comments

Comments
 (0)