We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b296988 commit ab7ff3fCopy full SHA for ab7ff3f
.gitattributes
@@ -0,0 +1,10 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Force the bash scripts to be checked out with LF line endings.
5
+git-secrets text eol=lf
6
+git-secrets.1 text eol=lf
7
+test/bats/bin/* text eol=lf
8
+test/bats/libexec/* text eol=lf
9
+*.bats text eol=lf
10
+*.bash text eol=lf
0 commit comments