Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 91074f4

Browse files
committed
set checkout eol settings
1 parent 3cf2d7a commit 91074f4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto
2+
*.ts text eol=lf
3+
*.js text eol=lf
4+
*.json text eol=lf
5+
*.md text eol=lf
6+
*.yml text eol=lf
7+
*.jsx text eol=lf
8+
*.css text eol=lf

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist
22
node_modules
33
.eslintignore
4+
.gitattributes
45
.gitignore
56
.prettierignore
67
package.json

0 commit comments

Comments
 (0)