Skip to content

Commit 4dbb050

Browse files
committedMar 11, 2014
Build: Add .gitattributes to tell git to normalize linefeeds in JS files
1 parent 6e09a66 commit 4dbb050

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# JS files must always use LF for tools to work
5+
*.js eol=lf

0 commit comments

Comments
 (0)
Please sign in to comment.