Skip to content

Commit

Permalink
Merge pull request rust-lang#70 from Lukazoid/integration-tests-line-…
Browse files Browse the repository at this point in the history
…endings

Added a .gitattributes to configure how files are handled in git.
  • Loading branch information
alexcrichton authored Mar 30, 2017
2 parents fb85b41 + c906ffb commit 3a53fcb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# automatically handle text files
* text=auto

# text files
*.md text
*.txt text

# source code files
*.rs text
*.c text

# configuration files
*.yml text
*.toml text

# compressed files
*.gz binary

# no end-of-line normalization should take place for integration test text files
tests/*.txt -text

0 comments on commit 3a53fcb

Please sign in to comment.