Skip to content

Commit

Permalink
Normalize all the line endings (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbteves authored and emdupre committed Feb 6, 2019
1 parent 47f352b commit a22a7c2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
tedana/_version.py export-subst
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.py text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.nii binary
*.nii.gz binary
Empty file modified tedana/tests/data/echo1.nii.gz
100755 → 100644
Empty file.
Empty file modified tedana/tests/data/echo2.nii.gz
100755 → 100644
Empty file.
Empty file modified tedana/tests/data/echo3.nii.gz
100755 → 100644
Empty file.
Empty file modified update_changes.sh
100755 → 100644
Empty file.

0 comments on commit a22a7c2

Please sign in to comment.