Skip to content

Commit 6bd2e23

Browse files
committed
Neglected eol=if
1 parent cb23530 commit 6bd2e23

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.gitattributes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)