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 0a29975 commit 5809ccaCopy full SHA for 5809cca
1 file changed
.gitattributes
@@ -1,2 +1,6 @@
1
# https://code.visualstudio.com/docs/devcontainers/tips-and-tricks#_resolving-git-line-ending-issues-in-containers-resulting-in-many-modified-files
2
-* text=auto eol=lf
+* text=auto eol=lf
3
+
4
+# CSV files must use CRLF per the standards
5
+*.csv text eol=crlf
6
+*.pdf binary
0 commit comments