Skip to content

Commit 4ba6dd0

Browse files
committed
chore: add gitattribute to normalize line-endings (eslint)
1 parent a4f30db commit 4ba6dd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* text=auto eol=lf
2+
*.{cmd,[cC][mM][dD]} text eol=crlf
3+
*.{bat,[bB][aA][tT]} text eol=crlf
4+
5+
# don't diff machine generated files
6+
dist/ -diff
7+
package-lock.json -diff

0 commit comments

Comments
 (0)