Skip to content

Commit 6ff8f44

Browse files
committed
Correct gitattributes
Correct default text declaration. Remove redundant text attribute in bat files. Signed-off-by: thc202 <thc202@gmail.com>
1 parent efda3d6 commit 6ff8f44

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,4 +1,4 @@
1-
* text=lf
1+
* text=auto eol=lf
22

33
*.txt text
44
*.asp text
@@ -16,7 +16,7 @@
1616
*.properties text
1717
*.md text
1818

19-
*.bat text eol=crlf
19+
*.bat eol=crlf
2020
*.sh text
2121
gradlew text
2222

0 commit comments

Comments
 (0)