We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79822b8 commit 87f3853Copy full SHA for 87f3853
.gitattributes
@@ -0,0 +1,17 @@
1
+# Default for all
2
+* text=auto
3
+
4
+*.csv diff=text eol=crlf
5
+*.json diff=text eol=crlf
6
+*.tsv diff=text eol=crlf
7
+*.xml diff=text eol=crlf
8
9
+*.md diff=markdown eol=crlf
10
+*.sh diff=sh eol=lf
11
12
+# Git attributes
13
+.gitignore text eol=lf
14
+.gitattributes text eol=lf
15
16
+/.github export-ignore
17
+CHANGELOG.md export-ignore
.gitignore
@@ -0,0 +1,2 @@
+*.zip
+*.tar.gz
0 commit comments