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 bc3a14a commit 4fff285Copy full SHA for 4fff285
1 file changed
.gitattributes
@@ -0,0 +1,25 @@
1
+# Git attributes
2
+# https://git-scm.com/docs/gitattributes
3
+# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
4
+
5
+# Normalize line endings for all files that git determines to be text.
6
+# https://git-scm.com/docs/gitattributes#gitattributes-Settostringvalueauto
7
+* text=auto
8
9
+# Normalize line endings to LF on checkin, and do NOT convert to CRLF when checking-out on Windows.
10
+# https://git-scm.com/docs/gitattributes#gitattributes-Settostringvaluelf
11
+*.txt text eol=lf
12
+*.html text eol=lf
13
+*.md text eol=lf
14
+*.css text eol=lf
15
+*.scss text eol=lf
16
+*.map text eol=lf
17
+*.js text eol=lf
18
+*.jsx text eol=lf
19
+*.ts text eol=lf
20
+*.tsx text eol=lf
21
+*.json text eol=lf
22
+*.yml text eol=lf
23
+*.yaml text eol=lf
24
+*.xml text eol=lf
25
+*.svg text eol=lf
0 commit comments