Skip to content

Commit

Permalink
Normalize CRLF for text files in .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista authored and davidism committed May 20, 2019
1 parent 6a7fd2b commit e5d3128
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
@@ -1 +1,7 @@
# Normalize CRLF to LF for all text files
* text=auto

# Declare binary file types so they won't be normalized
*.png binary
*.jpg binary
tests/**/*.http binary

0 comments on commit e5d3128

Please sign in to comment.