Skip to content

Commit d385b31

Browse files
committed
Saving files before refreshing line endings
1 parent 4c6bb5a commit d385b31

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
*.r text
7+
*.Rmd text
8+
*.md text
9+
*.json text
10+
11+
# Denote all files that are truly binary and should not be modified.
12+
*.png binary
13+
*.jpg binary
14+
*.rda binary

0 commit comments

Comments
 (0)