aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 738a203a3fbbf2ff0b857bd313b7c29fd846b154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.java          text
*.md            text
*.yml           text
*.xml           text
*.gradle        text
*.properties    text
mvnw            text eol=lf
*.sh            text eol=lf
*.bat           text eol=crlf
*.cmd           text eol=crlf
*.jar           binary

src/test/resources/samples/*.txt text eol=lf
src/test/resources/samples/*.out text eol=lf