We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7f8e7 + 843acf0 commit 2a2a235Copy full SHA for 2a2a235
1 file changed
.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