Skip to content

Commit cd2c01c

Browse files
committed
chore: adjust .gitattributes behaviour
1 parent 6e17078 commit cd2c01c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitattributes

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
* eol=lf
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Restrict LF ending
5+
# Windows users, Notepads is not accepted as your IDE for this repository!
6+
*.js text eol=lf
7+
*.ts text eol=lf
8+
*.jsx text eol=lf
9+
*.tsx text eol=lf
10+
*.json text eol=lf
11+
*.css text eol=lf
12+
*.less text eol=lf
13+
*.scss text eol=lf
14+
*.md text eol=lf
15+
*.html text eol=lf
16+
*.njk text eol=lf

0 commit comments

Comments
 (0)