Skip to content

Commit 8cce1f4

Browse files
committed
Add .gitattributes file; still having CR/LF trouble btw MAS / MJ
1 parent 85bed1a commit 8cce1f4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitattributes

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
DESCRIPTION
7+
NAMESPACE
8+
*.R text
9+
*.Rd text
10+
.cproject text
11+
.project text
12+
.settings/* text
13+
14+
# Declare files that will always have CRLF line endings on checkout.
15+
*.sln text eol=crlf
16+
17+
# Denote all files that are truly binary and should not be modified.
18+
*.png binary
19+
*.jpg binary

0 commit comments

Comments
 (0)