Skip to content

Commit

Permalink
chore(*): saving files before refreshing line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedshuhel committed Jun 19, 2015
1 parent 5562ca0 commit 42dcf2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.js text
*.md text
*.json text

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

0 comments on commit 42dcf2c

Please sign in to comment.