Skip to content

Commit ee4bdaf

Browse files
committed
chore: add .gitattributes
so that git checkout on Windows uses LF and JSCS does not complain on prerelease
1 parent cd6db28 commit ee4bdaf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
* text=auto
2+
3+
*.css eol=lf
4+
*.eslintrc eol=lf
5+
*.gitattributes eol=lf
6+
*.gitignore eol=lf
7+
*.gradle eol=lf
8+
*.h eol=lf
9+
*.html eol=lf
10+
*.java eol=lf
11+
*.js eol=lf
12+
*.jscsrc eol=lf
13+
*.json eol=lf
14+
*.m eol=lf
15+
*.map eol=lf
16+
*.md eol=lf
17+
*.modulemap eol=lf
18+
*.npmignore eol=lf
19+
*.pch eol=lf
20+
*.plist eol=lf
21+
*.sh eol=lf
22+
*.xml eol=lf
23+
*.yml eol=lf
24+
25+
*.jar binary
26+
*.png binary

0 commit comments

Comments
 (0)