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.
1 parent 9cdaa5e commit 843acf0Copy full SHA for 843acf0
.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