Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Normalize line endings across platforms.
# Store text files with LF in the repo; check them out with LF everywhere.
* text=auto eol=lf

# Explicit text files
*.R text eol=lf
*.Rmd text eol=lf
*.Rd text eol=lf
*.md text eol=lf
*.Rproj text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.csv text eol=lf
DESCRIPTION text eol=lf
NAMESPACE text eol=lf
LICENSE text eol=lf
.gitignore text eol=lf
.Rbuildignore text eol=lf

# Binary files (never touch line endings)
*.rda binary
*.RData binary
*.rds binary
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary
*.svg binary
*.pdf binary
Loading
Loading