We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b170ad6 commit f944f4eCopy full SHA for f944f4e
.gitattributes
@@ -1,2 +1,7 @@
1
# Set the default behavior, in case people don't have core.autocrlf set.
2
* text=auto
3
+
4
+# .gitattributes in project root
5
+# npm now seems to be insisting on LF - see https://github.com/npm/npm/issues/17161
6
+package.json text eol=lf
7
+package-lock.json text eol=lf
0 commit comments