Skip to content

Commit 2f1ad84

Browse files
authored
fix: add gitattributes file (#190)
1 parent 94d944a commit 2f1ad84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
* -text
2+
.gitattributes text eol=lf
3+
.gitignore text eol=lf
4+
.java-version text eol=lf
5+
LICENSE text eol=lf
6+
*.config text eol=lf
7+
*.java text eol=lf
8+
*.json text eol=lf
9+
*.md text eol=lf
10+
*.sh text eol=lf
11+
*.xml text eol=lf
12+
*.yml text eol=lf

0 commit comments

Comments
 (0)