Skip to content

Commit

Permalink
Normalize line endings to lf
Browse files Browse the repository at this point in the history
  • Loading branch information
skaet authored and kestewart committed Jan 7, 2019
1 parent 3b3f2cd commit 70218c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
@@ -0,0 +1,14 @@
# 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.
*.md text eol=lf
*.yml text eol=lf
*.txt text eol=lf
*.py text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary

0 comments on commit 70218c5

Please sign in to comment.