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 6268bbe commit 3f07925Copy full SHA for 3f07925
.gitattributes
@@ -1,2 +1,4 @@
1
-# Prevent git from normalizing or converting any newline or encoding inside test data folders
2
-**/testdata/** text eol=lf
+# Prevent Git from altering line endings for test fixtures; enforce LF for YAML/JSON under any testdata directory.
+**/testdata/**/*.yaml text eol=lf
3
+**/testdata/**/*.yml text eol=lf
4
+**/testdata/**/*.json text eol=lf
0 commit comments