We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb23530 commit 6bd2e23Copy full SHA for 6bd2e23
1 file changed
.gitattributes
@@ -0,0 +1,23 @@
1
+# Enforce LF line endings for source files
2
+*.js text eol=lf
3
+*.jsx text eol=lf
4
+*.ts text eol=lf
5
+*.tsx text eol=lf
6
+*.mjs text eol=lf
7
+*.cjs text eol=lf
8
+*.json text eol=lf
9
+*.css text eol=lf
10
+*.scss text eol=lf
11
+*.html text eol=lf
12
+*.md text eol=lf
13
+*.yml text eol=lf
14
+*.yaml text eol=lf
15
+*.rst text eol=lf
16
+
17
+# Keep binary files alone
18
+*.png binary
19
+*.jpg binary
20
+*.jpeg binary
21
+*.gif binary
22
+*.ico binary
23
+*.pdf binary
0 commit comments