We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae3b0d commit 1f39027Copy full SHA for 1f39027
.gitattributes
@@ -1,2 +1,5 @@
1
*.go linguist-detectable=true
2
-*.js linguist-detectable=false
+*.js linguist-detectable=false
3
+# Declare files that will always have LF line endings on checkout.
4
+# Git will always convert line endings to LF on checkout. You should use this for files that must keep LF endings, even on Windows.
5
+*.sh text eol=lf
0 commit comments