Skip to content

Commit bf56085

Browse files
authored
fixed eol config in gitattributes (#1123)
1 parent fb8df54 commit bf56085

File tree

2 files changed

+109
-93
lines changed

2 files changed

+109
-93
lines changed

.gitattributes

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
* text eol=lf
1+
# This will do normalization to LF on index (staging area)
2+
* text=auto
3+
4+
# Explicit for linux files
5+
*.sh text eol=lf
6+
7+
# Explicit stuff for win files
8+
*.bat text eol=crlf
9+
10+
# Just to make sure git doesn't corrupt our binaries accidentally, it's a good practice.
11+
*.gif binary
12+
*.jpg binary
13+
*.jpeg binary
14+
*.png binary
15+
16+
# No extensions, so we set them manually
17+
/gradlew text eol=lf

gradlew.bat

Lines changed: 92 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)