Skip to content

Commit

Permalink
Adjust .gitattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Aug 26, 2014
1 parent 090f7c6 commit f147f71
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
@@ -1,2 +1,14 @@
# Auto detect text files and perform LF normalization
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.txt text
*.md text
*.html text
*.py text
*.js text
*.css text
*.less text
*.yaml text
*.yml text

0 comments on commit f147f71

Please sign in to comment.