Skip to content

Commit 5fe870a

Browse files
authored
Merge pull request #8 from krotname/codex/add-gitattributes
Add line ending normalization
2 parents 1efcc03 + 61be37e commit 5fe870a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* text=auto
2+
3+
*.java text eol=lf
4+
*.md text eol=lf
5+
*.xml text eol=lf
6+
*.yml text eol=lf
7+
*.yaml text eol=lf

0 commit comments

Comments
 (0)