Skip to content

Commit

Permalink
Correct gitattributes
Browse files Browse the repository at this point in the history
Correct default text declaration.
Remove redundant text attribute in bat files.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed May 13, 2019
1 parent 04a21a5 commit 38dfa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* text=lf
* text=auto eol=lf

*.java text
*.properties text
Expand All @@ -10,7 +10,7 @@
*.gradle text
*.gradle.kts text

*.bat text eol=crlf
*.bat eol=crlf
*.sh text
gradlew text

Expand Down

0 comments on commit 38dfa46

Please sign in to comment.