We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caf03e3 + 843acf0 commit dbcf45dCopy full SHA for dbcf45d
.gitattributes
@@ -1,2 +1,9 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
+
4
+# Force sh files to have LF
5
+*.sh text eol=lf
6
7
+# Force MVN Wrapper Linux files LF
8
+mvnw text eol=lf
9
+.mvn/wrapper/maven-wrapper.properties text eol=lf
0 commit comments