Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit cc9320b

Browse files
committedDec 17, 2013
Deal with line endings
1 parent 0984025 commit cc9320b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Set default behaviour, in case users don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files we want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.js text
7+
*.sh text
8+
*.json text
9+
*.md text
10+
*.apib text

0 commit comments

Comments
 (0)
This repository has been archived.